/external/tensorflow/tensorflow/lite/delegates/flex/ |
D | buffer_map_test.cc | 78 tensorflow::Tensor MakeTensor(const std::vector<int>& shape, in MakeTensor() function 171 MakeTensor<float>({1, 2, 1, 3}, {0, 0, 0, 0.123f, 0, 0}); in TEST() 188 MakeTensor<float>({1, 2, 1, 3}, {0, 0, 0, 0.123f, 0, 0}); in TEST() 189 tensorflow::Tensor t2 = MakeTensor<int>({1, 2, 4}, {0, 0, 0, 3, 0, 0, 1, 2}); in TEST() 200 MakeTensor<float>({1, 2, 1, 3}, {0, 0, 0, 0.123f, 0, 0}); in TEST() 215 MakeTensor<float>({1, 2, 1, 3}, {0, 0, 0, 0.123f, 0, 0}); in TEST()
|
D | buffer_map.cc | 163 tensorflow::Tensor t = tensorflow::TensorCApi::MakeTensor( in SetFromTfLite()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | sparse_dense_binary_op_shared_test.cc | 225 static Node* MakeTensor(Graph* g, int B, int M, int N) { in MakeTensor() function 280 Node* dense = MakeTensor(g, 8, 4, N); \
|
/external/tensorflow/tensorflow/lite/tools/optimize/ |
D | quantize_weights.cc | 224 void MakeTensor(const string& name, const std::vector<int32_t>& shape, in MakeTensor() function 318 MakeTensor(dequant_name, tensor->shape, &dequantize_output); in QuantizeWeightsInternal()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_launch_util.h | 221 static Tensor MakeTensor(DataType dtype, const TensorShape& shape, in MakeTensor() function
|
D | xla_launch_util.cc | 370 Tensor output_tensor = XlaTensorBuffer::MakeTensor( in PopulateOutputs() 434 Tensor output_tensor = XlaTensorBuffer::MakeTensor( in PopulateOutputs()
|
/external/tensorflow/tensorflow/c/ |
D | c_api_internal.h | 200 static Tensor MakeTensor(TF_DataType type, const TensorShape& shape, in MakeTensor() function
|
D | c_api.cc | 508 *dst = TensorCApi::MakeTensor(src->dtype, src->shape, src->buffer); in TF_TensorToTensor()
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | py_func.cc | 323 Tensor MakeTensor(DataType dtype, const TensorShape& shape) { in MakeTensor() function in tensorflow::NumpyTensorBuffer 414 *ret = buf->MakeTensor(dtype, shape); in ConvertNdarrayToTensor()
|