Searched defs:MakeTensor (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_launch_util.h | 221 static Tensor MakeTensor(DataType dtype, const TensorShape& shape, in MakeTensor() function
|
/external/tensorflow/tensorflow/lite/delegates/flex/ |
D | buffer_map_test.cc | 78 tensorflow::Tensor MakeTensor(const std::vector<int>& shape, in MakeTensor() function
|
/external/tensorflow/tensorflow/c/ |
D | c_api_internal.h | 200 static Tensor MakeTensor(TF_DataType type, const TensorShape& shape, in MakeTensor() function
|
/external/tensorflow/tensorflow/lite/tools/optimize/ |
D | quantize_weights.cc | 224 void MakeTensor(const string& name, const std::vector<int32_t>& shape, in MakeTensor() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_dense_binary_op_shared_test.cc | 225 static Node* MakeTensor(Graph* g, int B, int M, int N) { in MakeTensor() function
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | py_func.cc | 323 Tensor MakeTensor(DataType dtype, const TensorShape& shape) { in MakeTensor() function in tensorflow::NumpyTensorBuffer
|