| /external/tensorflow/tensorflow/python/eager/ | 
| D | function_saved_model_utils.py | 49   def _export_to_saved_model_graph(self, tensor_map, **unused_kwargs):  argument99   def __init__(self, function, tensor_map):  argument
 111 def _map_captures_to_created_tensors(original_captures, tensor_map, function):  argument
 
 | 
| D | function.py | 2362   def _export_to_saved_model_graph(self, object_map, tensor_map,  argument
 | 
| /external/tensorflow/tensorflow/python/trackable/ | 
| D | asset.py | 106   def _export_to_saved_model_graph(self, tensor_map, **unused_kwargs):  argument
 | 
| D | base.py | 1047                                    tensor_map=None,  argument
 | 
| /external/eigen/unsupported/test/ | 
| D | cxx11_tensor_scan.cpp | 89   TensorMap<Tensor<int, 1, DataLayout> > tensor_map(inputs, 20);  in test_tensor_maps()  local
 | 
| D | cxx11_tensor_io.cpp | 112   TensorMap<Tensor<const int, 1, DataLayout> > tensor_map(tensor.data(), 5);  in test_output_const()  local
 | 
| D | cxx11_tensor_reduction.cpp | 336   TensorMap<Tensor<int, 4, DataLayout> > tensor_map(inputs, 2, 3, 5, 7);  in test_tensor_maps()  local
 | 
| /external/tensorflow/tensorflow/lite/tools/optimize/ | 
| D | quantize_weights.cc | 213     absl::flat_hash_map<int32_t, TensorPerChannel>* tensor_map,  in InsertQuantizableInputTensorsFromOperator()407     absl::flat_hash_map<int32_t, TensorPerChannel> tensor_map;  local
 532     absl::flat_hash_map<int32_t, TensorT*> tensor_map;  in QuantizeWeightsFloat16()  local
 
 | 
| D | quantize_weights_portable.cc | 199     absl::flat_hash_map<int32_t, TensorPerChannel>* tensor_map,  in InsertQuantizableInputTensorsFromOperator()393     absl::flat_hash_map<int32_t, TensorPerChannel> tensor_map;  local
 518     absl::flat_hash_map<int32_t, TensorT*> tensor_map;  in QuantizeWeightsFloat16()  local
 
 | 
| /external/tensorflow/tensorflow/python/keras/ | 
| D | models.py | 73 def _make_new_nodes(nodes_by_depth, layer_fn, layer_map, tensor_map):  argument
 | 
| /external/ComputeLibrary/src/dynamic_fusion/runtime/gpu/cl/ | 
| D | ClWorkloadRuntime.cpp | 203     std::map<ITensorInfo::Id, CLTensor *> tensor_map;  in create_tensor_lut()  local
 | 
| /external/tensorflow/tensorflow/python/saved_model/registration/ | 
| D | registration_saving_test.py | 54   def _export_to_saved_model_graph(self, object_map, tensor_map, **kwargs):  argument
 | 
| /external/tensorflow/tensorflow/lite/ | 
| D | interpreter_builder.cc | 134     const flatbuffers::Vector<flatbuffers::Offset<tflite::TensorMap>>*  in GetMapFromTensorMap()
 | 
| /external/tensorflow/tensorflow/core/kernels/ | 
| D | eigen_spatial_convolutions_test.cc | 1481     ArgType tensor_map(inputs[i].data(), input_dims);  in PackRhsHelper()  local1686     ArgType tensor_map(filters[i].data(), filter_dims);  in PackLhsHelper()  local
 
 | 
| /external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ | 
| D | convert_nodes_test.cc | 1098   const auto& tensor_map = data.tensor.flat<T>();  in GetSpanForData()  local
 |