Home
last modified time | relevance | path

Searched defs:tensor_map (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dfunction_saved_model_utils.py49 def _export_to_saved_model_graph(self, tensor_map, **unused_kwargs): argument
99 def __init__(self, function, tensor_map): argument
111 def _map_captures_to_created_tensors(original_captures, tensor_map, function): argument
H A Dfunction.py2362 def _export_to_saved_model_graph(self, object_map, tensor_map, argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dquantize_weights.cc213 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
H A Dquantize_weights_portable.cc199 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
/aosp_15_r20/external/federated-compute/fcp/aggregation/protocol/simple_aggregation/
H A Dsimple_aggregation_protocol.cc264 TensorMap tensor_map; in ParseCheckpoint() local
282 SimpleAggregationProtocol::TensorMap tensor_map) { in AggregateClientInput()
/aosp_15_r20/external/tensorflow/tensorflow/python/trackable/
H A Dasset.py106 def _export_to_saved_model_graph(self, tensor_map, **unused_kwargs): argument
H A Dbase.py1047 tensor_map=None, argument
/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_scan.cpp89 TensorMap<Tensor<int, 1, DataLayout> > tensor_map(inputs, 20); in test_tensor_maps() local
H A Dcxx11_tensor_io.cpp112 TensorMap<Tensor<const int, 1, DataLayout> > tensor_map(tensor.data(), 5); in test_output_const() local
H A Dcxx11_tensor_reduction.cpp336 TensorMap<Tensor<int, 4, DataLayout> > tensor_map(inputs, 2, 3, 5, 7); in test_tensor_maps() local
/aosp_15_r20/external/tensorflow/tensorflow/python/keras/
H A Dmodels.py73 def _make_new_nodes(nodes_by_depth, layer_fn, layer_map, tensor_map): argument
/aosp_15_r20/external/executorch/backends/qualcomm/aot/python/
H A DPyQnnManagerAdaptor.h161 std::unordered_map<void*, int> tensor_map; in Compile() local
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/runtime/gpu/cl/
H A DClWorkloadRuntime.cpp203 std::map<ITensorInfo::Id, CLTensor *> tensor_map; in create_tensor_lut() local
/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/registration/
H A Dregistration_saving_test.py54 def _export_to_saved_model_graph(self, object_map, tensor_map, **kwargs): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dinterpreter_builder.cc134 const flatbuffers::Vector<flatbuffers::Offset<tflite::TensorMap>>* in GetMapFromTensorMap()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Deigen_spatial_convolutions_test.cc1481 ArgType tensor_map(inputs[i].data(), input_dims); in PackRhsHelper() local
1686 ArgType tensor_map(filters[i].data(), filter_dims); in PackLhsHelper() local
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dprofiler_python.cpp350 const py::dict& tensor_map) { in unpackTensorMap()
/aosp_15_r20/external/pytorch/aten/src/ATen/core/op_registration/
H A Dop_registration_test.cpp1218 std::unordered_map<int64_t, Tensor> tensor_map; in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes_test.cc1098 const auto& tensor_map = data.tensor.flat<T>(); in GetSpanForData() local