Searched defs:MakeTensor (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/c/ |
H A D | tf_tensor_internal.h | 77 static Tensor MakeTensor(TF_DataType type, const TensorShape& shape, in MakeTensor() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/ |
H A D | quantization_wrapper_utils.cc | 35 void MakeTensor(const string& name, std::unique_ptr<TensorT>* tensor) { in MakeTensor() function
|
H A D | model_utils.cc | 85 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 D | buffer_map_test.cc | 80 tensorflow::Tensor MakeTensor(const std::vector<int64_t>& shape, in MakeTensor() function
|
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/ |
H A D | sparse_dense_binary_op_shared_test.cc | 226 static Node* MakeTensor(Graph* g, int B, int M, int N) { in MakeTensor() function
|
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | xla_launch_util.cc | 307 static Tensor MakeTensor(DataType dtype, const TensorShape& shape, in MakeTensor() function
|