TensorFlow-Unreal icon indicating copy to clipboard operation
TensorFlow-Unreal copied to clipboard

float array pointer pass

Open getnamo opened this issue 8 years ago • 1 comments

A main optimization, we need a way to declare a buffer of given length and pass that to python without copying, then reinterpret it as a float array in python. Essentially passing a float array with no copying.

This would in theory allow for streaming high amount of data through input/output streams

getnamo avatar Jun 15 '17 20:06 getnamo

NB, future improvement in native, no-copy gpu ops via: https://github.com/tensorflow/tensorflow/commit/a1d6179adb1ca6208281ed955860c319525edf75

getnamo avatar Oct 10 '18 23:10 getnamo