/external/tensorflow/tensorflow/python/framework/ |
D | convert_to_constants.py | 104 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument 191 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument 276 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument 361 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument 374 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument 386 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument 406 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument 439 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument 454 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument 518 def convert_variable_to_constant(self, incoming_edge, tensor_data): argument [all …]
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | model_builder_helper.h | 103 absl::Status CreateVectorCopyData(const TfLiteTensor& tensor, T* tensor_data) { in CreateVectorCopyData()
|
D | model_builder_helper.cc | 259 float* tensor_data) { in CreateVectorCopyData()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | fill_test.cc | 81 const TensorData& tensor_data, float value) { in QuantizedFillOpModel() 189 const TensorData tensor_data(GetTensorType<quant_type>(), {}, in QuantizedFill() local
|
D | space_to_depth_test.cc | 33 SpaceToDepthOpModel(const TensorData& tensor_data, int block_size) { in SpaceToDepthOpModel()
|
D | depth_to_space_test.cc | 34 DepthToSpaceOpModel(const TensorData& tensor_data, int block_size) { in DepthToSpaceOpModel()
|
D | hashtable_ops_test.cc | 66 auto* tensor_data = GetTensorData<T>(tensor); in SetTensorData() local
|
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/tests/ |
D | space_to_depth_test.cc | 23 SpaceToDepthOpModel(const TensorData& tensor_data, int block_size, in SpaceToDepthOpModel()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | quantized_mul_op.cc | 191 int64_t vector_num_elements, const T* tensor_data, in VectorTensorMultiply() 205 const quint8* tensor_data, int32 tensor_offset, int64 tensor_num_elements, in VectorTensorMultiply() 345 const T* tensor_data; in Compute() local
|
D | quantized_add_op.cc | 291 const T* tensor_data, float min_tensor, in VectorTensorAddition() 309 const quint8* tensor_data, float min_tensor, in VectorTensorAddition() 394 const quint8* tensor_data, float min_tensor, in VectorTensorAddition() 518 const T* tensor_data; in Compute() local
|
D | unique_op_gpu.cu.h | 185 U** tensor_data, DoneCallback done) const { in AllocateTemp()
|
/external/tensorflow/tensorflow/core/util/ |
D | memmapped_file_system_writer.cc | 43 const auto tensor_data = tensor.tensor_data(); in SaveTensor() local
|
/external/tensorflow/tensorflow/lite/delegates/flex/ |
D | tflite_subgraph_execute.cc | 162 tensorflow::StringPiece tensor_data = tf_tensor.tensor_data(); in SetSubgraphInput() local
|
/external/armnn/src/armnnUtils/ |
D | TensorUtils.cpp | 60 auto tensor_data = static_cast<const float *>(tensorHandle->Map(true)); in FindMinMax() local
|
/external/tensorflow/tensorflow/core/runtime_fallback/runtime/ |
D | runtime_fallback_tensor.cc | 120 void* tensor_data = tensor_interface->Data(); in Print() local
|
/external/tensorflow/tensorflow/lite/ |
D | string_util_test.cc | 47 } tensor_data; in TEST() member
|
D | model_test.cc | 759 int32_t* tensor_data = interpreter->typed_tensor<int32_t>(0); in TEST() local
|
/external/eigen/unsupported/test/ |
D | cxx11_tensor_block_io.cpp | 237 float* tensor_data = tensor.data(); in test_block_io_copy_using_reordered_dimensions_do_not_squeeze() local 285 float* tensor_data = tensor.data(); in test_block_io_copy_using_reordered_dimensions_squeeze() local
|
/external/tensorflow/tensorflow/core/data/ |
D | snapshot_utils_test.cc | 33 std::string tensor_data(1024, 'a'); in GenerateTensorVector() local
|
/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/ |
D | op_builder.cc | 258 auto* tensor_data = TfLiteIntArrayCreate(1); in AddCastOp() local
|
/external/tensorflow/tensorflow/python/lib/core/ |
D | ndarray_tensor.cc | 283 const void* tensor_data = TF_TensorData(src); in CopyTF_TensorStringsToPyArray() local
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_test.cc | 1403 float tensor_data[] = {1}; in TEST() local 1462 float tensor_data[] = {1}; in TEST() local
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | iterator_ops.cc | 334 auto tensor_data = absl::make_unique<VariantTensorData>(); in Decode() local
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate_device_selection_test.cc | 837 const TensorData tensor_data{TensorType_FLOAT32, input_shape}; in Init() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | tensor.cc | 1245 StringPiece Tensor::tensor_data() const { in tensor_data() function in tensorflow::Tensor
|