Home
last modified time | relevance | path

Searched refs:ArrayFromMemory (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/lib/core/
Dndarray_tensor_bridge.h42 Status ArrayFromMemory(int dim_size, npy_intp* dims, void* data, DataType dtype,
Dndarray_tensor_bridge.cc189 Status ArrayFromMemory(int dim_size, npy_intp* dims, void* data, DataType dtype, in ArrayFromMemory() function
Dndarray_tensor.cc408 return ArrayFromMemory( in TF_TensorToMaybeAliasedPyArray()
433 if (ArrayFromMemory( in TF_TensorToPyArray()