Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dtf_tensor_internal.h77 static Tensor MakeTensor(TF_DataType type, const TensorShape& shape, in MakeTensor() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dquantization_wrapper_utils.cc35 void MakeTensor(const string& name, std::unique_ptr<TensorT>* tensor) { in MakeTensor() function
H A Dmodel_utils.cc85 void MakeTensor(const string& name, const std::vector<int32_t>& shape, in MakeTensor() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/
H A Dbuffer_map_test.cc80 tensorflow::Tensor MakeTensor(const std::vector<int64_t>& shape, in MakeTensor() function
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsparse_dense_binary_op_shared_test.cc226 static Node* MakeTensor(Graph* g, int B, int M, int N) { in MakeTensor() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_launch_util.cc307 static Tensor MakeTensor(DataType dtype, const TensorShape& shape, in MakeTensor() function