Searched refs:NumpyTensorBuffer (Results 1 – 2 of 2) sorted by relevance
305 class NumpyTensorBuffer : public TensorBuffer { class307 NumpyTensorBuffer(PyArrayObject* array, size_t len, void* data) in NumpyTensorBuffer() function in tensorflow::NumpyTensorBuffer310 ~NumpyTensorBuffer() override { in ~NumpyTensorBuffer()411 NumpyTensorBuffer* buf = new NumpyTensorBuffer( in ConvertNdarrayToTensor()
636 friend class NumpyTensorBuffer; // For access to the private constructor variable