Home
last modified time | relevance | path

Searched refs:NumpyTensorBuffer (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc305 class NumpyTensorBuffer : public TensorBuffer { class
307 NumpyTensorBuffer(PyArrayObject* array, size_t len, void* data) in NumpyTensorBuffer() function in tensorflow::NumpyTensorBuffer
310 ~NumpyTensorBuffer() override { in ~NumpyTensorBuffer()
411 NumpyTensorBuffer* buf = new NumpyTensorBuffer( in ConvertNdarrayToTensor()
/external/tensorflow/tensorflow/core/framework/
Dtensor.h636 friend class NumpyTensorBuffer; // For access to the private constructor variable