Home
last modified time | relevance | path

Searched refs:MakeTensor (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsparse_dense_binary_op_shared_test.cc224 static Node* MakeTensor(Graph* g, int B, int M, int N) { in MakeTensor() function
279 Node* dense = MakeTensor(g, 8, 4, N); \
/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc286 Tensor MakeTensor(DataType dtype, const TensorShape& shape) { in MakeTensor() function in tensorflow::NumpyTensorBuffer
371 *ret = buf->MakeTensor(dtype, shape); in ConvertNdarrayToTensor()
/external/tensorflow/tensorflow/c/
Dc_api_internal.h185 static Tensor MakeTensor(TF_DataType type, const TensorShape& shape, in MakeTensor() function
Dc_api.cc480 *dst = TensorCApi::MakeTensor(src->dtype, src->shape, src->buffer); in TF_TensorToTensor()