Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/c/
Dtf_tensor_internal.h76 static Tensor MakeTensor(TF_DataType type, const TensorShape& shape, in MakeTensor() function
/external/tensorflow/tensorflow/lite/tools/optimize/
Dquantization_wrapper_utils.cc33 void MakeTensor(const string& name, std::unique_ptr<TensorT>* tensor) { in MakeTensor() function
Dmodel_utils.cc84 void MakeTensor(const string& name, const std::vector<int32_t>& shape, in MakeTensor() function
Dquantize_weights.cc327 void MakeTensor(const string& name, const std::vector<int32_t>& shape, in MakeTensor() function
/external/tensorflow/tensorflow/lite/delegates/flex/
Dbuffer_map_test.cc72 tensorflow::Tensor MakeTensor(const std::vector<int>& shape, in MakeTensor() function
/external/tensorflow/tensorflow/core/kernels/
Dsparse_dense_binary_op_shared_test.cc226 static Node* MakeTensor(Graph* g, int B, int M, int N) { in MakeTensor() function
/external/tensorflow/tensorflow/compiler/jit/
Dxla_launch_util.cc290 static Tensor MakeTensor(DataType dtype, const TensorShape& shape, in MakeTensor() function