Searched defs:MakeTensor (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/c/ |
D | tf_tensor_internal.h | 76 static Tensor MakeTensor(TF_DataType type, const TensorShape& shape, in MakeTensor() function
|
/external/tensorflow/tensorflow/lite/tools/optimize/ |
D | quantization_wrapper_utils.cc | 33 void MakeTensor(const string& name, std::unique_ptr<TensorT>* tensor) { in MakeTensor() function
|
D | model_utils.cc | 84 void MakeTensor(const string& name, const std::vector<int32_t>& shape, in MakeTensor() function
|
D | quantize_weights.cc | 327 void MakeTensor(const string& name, const std::vector<int32_t>& shape, in MakeTensor() function
|
/external/tensorflow/tensorflow/lite/delegates/flex/ |
D | buffer_map_test.cc | 72 tensorflow::Tensor MakeTensor(const std::vector<int>& shape, in MakeTensor() function
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_dense_binary_op_shared_test.cc | 226 static Node* MakeTensor(Graph* g, int B, int M, int N) { in MakeTensor() function
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_launch_util.cc | 290 static Tensor MakeTensor(DataType dtype, const TensorShape& shape, in MakeTensor() function
|