Home
last modified time | relevance | path

Searched defs:MakeTensor (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dxla_launch_util.h221 static Tensor MakeTensor(DataType dtype, const TensorShape& shape, in MakeTensor() function
/external/tensorflow/tensorflow/lite/delegates/flex/
Dbuffer_map_test.cc78 tensorflow::Tensor MakeTensor(const std::vector<int>& shape, in MakeTensor() function
/external/tensorflow/tensorflow/c/
Dc_api_internal.h200 static Tensor MakeTensor(TF_DataType type, const TensorShape& shape, in MakeTensor() function
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantize_weights.cc224 void MakeTensor(const string& name, const std::vector<int32_t>& shape, in MakeTensor() function
/external/tensorflow/tensorflow/core/kernels/
Dsparse_dense_binary_op_shared_test.cc225 static Node* MakeTensor(Graph* g, int B, int M, int N) { in MakeTensor() function
/external/tensorflow/tensorflow/python/lib/core/
Dpy_func.cc323 Tensor MakeTensor(DataType dtype, const TensorShape& shape) { in MakeTensor() function in tensorflow::NumpyTensorBuffer