Home
last modified time | relevance | path

Searched defs:tensor_index (Results 26 – 50 of 63) sorted by relevance

123

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dwhile.cc456 for (int tensor_index : body_subgraph->outputs()) { in Eval_dynamic() local
559 for (int tensor_index : body_subgraph->outputs()) { in Eval_static() local
H A Dsubgraph_test_util.cc76 void SetupTensor(Subgraph* subgraph, int tensor_index, TfLiteType type) { in SetupTensor()
619 int tensor_index, in CreateConstantInt32Tensor()
H A Dif.cc178 for (int tensor_index : active_branch_subgraph.outputs()) { in Eval() local
H A Dunidirectional_sequence_lstm_test_util.h273 int tensor_index, const std::vector<std::vector<int>>& input_shapes) { in AddLayerNormCoeffsTensor()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/
H A Ddelegate.cc179 for (uint32_t tensor_index : input_refs) { in Prepare() local
188 for (uint32_t tensor_index : output_refs) { in Prepare() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
H A Dcalibration_logger.h52 TfLiteStatus LogTensorValue(int subgraph_index, int tensor_index, in LogTensorValue()
H A Dcalibration_reader.cc45 int subgraph_index, tensor_index; in AddCalibrationToModel() local
H A Dcalibrator.cc280 for (auto tensor_index : tensor_indices) { in GetLoggableTensorIndices() local
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/cc/
H A Dsave_restore_util.h32 int64_t tensor_index; member
H A Dsave_restore_util.cc140 int tensor_index = tensor_name_index_and_slice_specs.first; in BuildPerDeviceSave() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dinterpreter_test.cc95 int tensor_index; in TEST() local
113 int tensor_index; in TEST() local
1331 for (int tensor_index = 0; tensor_index < 4; tensor_index++) { in SetUp() local
1524 for (int tensor_index = 0; tensor_index < num_tensors; tensor_index++) { in SetUp() local
H A Dsignature_runner.cc77 for (int tensor_index : subgraph_->outputs()) { in Invoke() local
H A Dsimple_planner_test.cc205 bool IsAllocated(int tensor_index) { in IsAllocated()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dtensor_array_ops.cc421 const Tensor* tensor_index; in Compute() local
504 const Tensor* tensor_index; in Compute() local
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorIndexing.cpp16 std::ostream& operator<<(std::ostream& stream, const TensorIndex& tensor_index) { in operator <<()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dquantization_wrapper_utils.cc44 string CreateTensorName(int op_index, int tensor_index) { in CreateTensorName()
H A Dmodel_utils.cc119 int tensor_index) { in HasBuffer()
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DForeachUtils.h305 for (const auto& tensor_index : c10::irange(num_tensors)) { in _group_tensors_by_first_tensors_device_and_dtype() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/profiling/
H A Dprofile_summarizer.cc38 int tensor_index) { in GetTensorName()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/versioning/
H A Dop_signature_test.cc112 TfLiteTensor* tensor(int tensor_index) { return &tensors_[tensor_index]; } in tensor()
/aosp_15_r20/external/pytorch/torch/distributed/rpc/
H A Dinternal.py56 def _tensor_receiver(cls, tensor_index): argument
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dcall.cc267 for (int tensor_index : subgraph->outputs()) { in Eval() local
H A Dcall_test.cc41 void SetupTensor(Subgraph* subgraph, int tensor_index, TfLiteType type) { in SetupTensor()
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/model_modifier/
H A Dvalidation_graph_builder.cc443 #define RET_CHECK_INDEX(tensor_index, buffer_index) \ in Buffers() argument
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/
H A DMultiTensorApply.cuh311 for (const auto& tensor_index : c10::irange(num_tensors)) { in multi_tensor_apply_for_fused_optimizer() local

123