Home
last modified time | relevance | path

Searched defs:tensor_indices (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dkernel_util.cc55 const int* tensor_indices, in ValidateTensorIndexingSafe()
77 int max_size, const int* tensor_indices) { in ValidateTensorIndexing()
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/cc/
H A Dsave_restore_util.h55 std::vector<std::vector<int>> tensor_indices; member
H A Dsave_restore_util.cc137 std::vector<std::vector<int>> tensor_indices; in BuildPerDeviceSave() local
/aosp_15_r20/external/executorch/runtime/executor/
H A Dtensor_parser_exec_aten.cpp72 const flatbuffers::Vector<int32_t>* tensor_indices, in parseTensorList()
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dtensor_array_ops.cc621 const Tensor* tensor_indices; in Compute() local
1062 const Tensor* tensor_indices; in Compute() local
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DTensorIndexing.cpp33 std::ostream& operator<<(std::ostream& stream, const std::vector<TensorIndex>& tensor_indices) { in operator <<()
/aosp_15_r20/external/tensorflow/tensorflow/lite/profiling/
H A Dprofile_summarizer.cc46 const TfLiteIntArray* tensor_indices) { in GetTensorNames()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
H A Dcalibrator.cc276 const std::vector<int>& tensor_indices, in GetLoggableTensorIndices()
/aosp_15_r20/external/pytorch/torch/csrc/distributed/c10d/
H A Dreducer.cpp2098 const std::vector<int64_t>& tensor_indices, in compute_bucket_assignment_by_size()
H A Dinit.cpp3056 const std::optional<std::shared_ptr<::c10d::Logger>>& logger) { in c10d_init()
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dir_emitter.cpp4951 std::vector<Value*> tensor_indices; in emitIntAndSliceIndexing() local
5153 std::vector<Value*> tensor_indices; in emitMultidimSlicing() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/
H A Dmodel_builder.cc2913 const TfLiteIntArray* tensor_indices, in IsAllAllowedTensors()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate.cc2168 const TfLiteIntArray* tensor_indices, in AppendDynamicDimensions()
/aosp_15_r20/external/pytorch/torch/_inductor/
H A Dlowering.py3015 tensor_indices, argument