| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/opencl/kernel/ |
| D | gather.cc | 45 auto indices_tensor = in_tensors_.at(SECOND_INPUT); in CheckSpecs() local 174 auto indices_tensor = in_tensors_.at(1); in ConvertTensorToweight() local 254 auto indices_tensor = in_tensors_.at(1); in InitWeights() local 288 auto indices_tensor = in_tensors_.at(1); in InitWeights() local 320 auto indices_tensor = in_tensors_[1]; in PreProcess() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/coreml/op/ |
| D | gather_coreml.cc | 30 auto indices_tensor = in_tensors_[SECOND_INPUT]; in BuildLayer() local 44 auto indices_tensor = in_tensors_[SECOND_INPUT]; in SetMLOpInOut() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/int8/ |
| D | dynamic_gather_int8.cc | 110 auto indices_tensor = in_tensors_.at(1); in ReSize() local 127 …nt8CPUKernel::AssignIndicesData(bool isIndicesInt32, int indices_num, lite::Tensor *indices_tensor, in AssignIndicesData() 177 auto indices_tensor = in_tensors_.at(1); in DoGather() local 229 auto indices_tensor = in_tensors_.at(1); in Run() local
|
| D | gatherNd_int8.cc | 72 auto indices_tensor = in_tensors_.at(1); in ReSize() local 100 auto indices_tensor = in_tensors_.at(1); in InitOffset() local
|
| D | gather_int8.cc | 74 auto indices_tensor = in_tensors_.at(1); in DoGather() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/kernel/ |
| D | gather_nd.c | 25 TensorC *indices_tensor = gather_nd->base_.in_[SECOND_INPUT]; in GatherNdInitOffset() local 129 TensorC *indices_tensor = self->in_[SECOND_INPUT]; in GatherNdResize() local
|
| D | gather.c | 71 TensorC *indices_tensor = gather->base_.in_[SECOND_INPUT]; in AssignGatherIndicesData() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/op/ |
| D | gather_nd_tensorrt.cc | 52 ITensorHelper indices_tensor = input(ctx, 1); in AddInnerOp() local
|
| D | gather_tensorrt.cc | 72 ITensorHelper indices_tensor = input(ctx, 1); in AddInnerOp() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/ |
| D | sparse_reorder.cc | 66 Tensor *indices_tensor = ctx.Input(0); in ValidParam() local 158 Tensor *indices_tensor = ctx.Input(0); in Compute() local
|
| D | sparse_apply_momentum.cc | 58 Tensor *indices_tensor = ctx.Input(4); in ValidParam() local 155 Tensor *indices_tensor = ctx.Input(4); in DoCompute() local
|
| D | sparse_apply_proximal_gradient_descent.cc | 59 Tensor *indices_tensor = ctx.Input(5); in ValidParam() local 152 Tensor *indices_tensor = ctx.Input(5); in DoCompute() local
|
| D | sparse_apply_adagrad_da.cc | 89 Tensor *indices_tensor = ctx.Input(4); in ValidParam() local 188 Tensor *indices_tensor = ctx.Input(4); in DoCompute() local
|
| D | sparse_apply_centered_rms_prop.cc | 67 Tensor *indices_tensor = ctx.Input(9); in ValidParam() local 186 Tensor *indices_tensor = ctx.Input(9); in DoCompute() local
|
| D | sparse_to_dense.cc | 81 Tensor *indices_tensor = ctx.Input(0); in ValidParam() local 268 Tensor *indices_tensor = ctx.Input(kInput0); in Compute() local
|
| D | sparse_addmm.cc | 92 Tensor *indices_tensor = ctx.Input(0); in SparseAddmmCheck() local 172 auto *indices_tensor = ctx.Input(0); in ComputeRowAndCol1() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/pyboost/customize/ |
| D | embedding_dense_backward.cc | 28 …d::shared_ptr<OpRunner> &op, const BaseTensorPtr &grad_tensor, const BaseTensorPtr &indices_tensor, in EmbeddingDenseBackwardAscendCustomize()
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/opcoders/nnacl/int8/ |
| D | gather_int8_coder.cc | 59 auto indices_tensor = input_tensors_.at(1); in DoCode() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/fp16_grad/ |
| D | unsorted_segment_sum_fp16.cc | 85 auto indices_tensor = in_tensors_.at(1); in DoExecute() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/kernel/cpu/fp32_grad/ |
| D | unsorted_segment_sum.cc | 84 auto indices_tensor = in_tensors_.at(1); in DoExecute() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/core/ops/ |
| D | slice_to_indices.cc | 73 …auto indices_tensor = std::make_shared<tensor::Tensor>(kNumberTypeInt64, ShapeVector{0}, &empty_st… in ConstSliceToIndices() local 97 …auto indices_tensor = std::make_shared<tensor::Tensor>(kNumberTypeInt64, indices_shp, indices.data… in ConstSliceToIndices() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ir_fission/ |
| D | seed_adapter.cc | 45 …tensor::TensorPtr indices_tensor = std::make_shared<tensor::Tensor>(type->type_id(), indices_shape… in CreateTensor() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/expanders/ |
| D | solve_triangular.cc | 79 auto indices_tensor = in Expand() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/pynative/ |
| D | pynative_utils.cc | 939 const auto &indices_tensor = coo_tensor->GetIndices(); in SetValueGradInfo() local 943 const auto &indices_tensor = csr_tensor->GetIndices(); in SetValueGradInfo() local 2128 auto indices_tensor = coo_tensor->GetIndices(); in WrapCOOTensor() local 2140 auto indices_tensor = csr_tensor->GetIndices(); in WrapCSRTensor() local 2355 const auto &indices_tensor = coo_tensor->GetIndices(); in SetGradInfoForInputs() local 2359 const auto &indices_tensor = csr_tensor->GetIndices(); in SetGradInfoForInputs() local
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/ |
| D | runtime_shape_fusion_pass.cc | 327 auto indices_tensor = src_tensors_->at(post_node->input_indices_.at(1)); in UpdateShapeFusionMatrix() local
|