Home
last modified time | relevance | path

Searched defs:axis_vec (Results 1 – 17 of 17) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/ops/populate/
Dl2_norm_populate.cc39 auto axis_vec = value->axis(); in PopulateL2NormParameter() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/ops_func_impl/
Dreduce_arithmetic.cc65 std::vector<int64_t> axis_vec = axis_array.ToVector(); in ReduceInferShape() local
189 std::vector<int64_t> axis_vec = axis_array.ToVector(); in ReduceExtandInferShape() local
233 std::vector<int64_t> axis_vec; in ReduceInferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/common/ops/operator_populate/
Dl2_norm_populate.cc42 auto axis_vec = GetValue<std::vector<int64_t>>(attr_axis); in PopulateL2NormOpParameter() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/opapi/aclnn/
Dsoftmax_aclnn_kernel.cc30 auto axis_vec = transform::ConvertKernelTensor<std::vector<int64_t>>(axis_ptr); in GetDimValue() local
Dsplit_with_size_aclnn_kernel.cc31 auto axis_vec = transform::ConvertKernelTensor<std::vector<int64_t>>(axis_ptr); in GetDimValue() local
Dsplit_tensor_aclnn_kernel.cc32 auto axis_vec = transform::ConvertKernelTensor<std::vector<int64_t>>(axis_ptr); in GetDimValue() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/op/
Dgather_tensorrt.cc40 auto axis_vec = ConvertTensorAsIntVector(in_tensors_[AXIS_INDEX]); in IsSupport() local
Dreduce_tensorrt.cc115 auto axis_vec = ConvertTensorAsIntVector(axis_tensor); in GetAxis() local
Dcumsum_tensorrt.cc51 auto axis_vec = ConvertTensorAsIntVector(in_tensors_[1]); in AddInnerOp() local
Dshuffle_tensorrt.cc315 auto axis_vec = ConvertTensorAsIntVector(in_tensors_[1]); in AddExpandDimsOp() local
Dslice_tensorrt.cc64 auto axis_vec = ConvertTensorAsIntVector(in_tensors[axis_index]); in GetConstInputValue() local
Dstrideslice_tensorrt.cc305 auto axis_vec = ConvertTensorAsIntVector(in_tensors_[axis_index]); in GetAxis() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dl2_normalize.cc88 …auto axis_vec = CheckAndConvertUtils::CheckIntOrTupleInt("attribute[axis]", primitive->GetAttr("ax… in InferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dreversev2_cpu_kernel.cc76 auto axis_vec = inputs[kIndex1]->GetValueWithCheck<std::vector<int64_t>>(); in Resize() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/
Daxis_normalizer.cc113 ShapeVector axis_vec; in Process() local
Dadd_atomic_clean.cc52 auto axis_vec = GetReduceAxis(node); in GetUniqReduceAxes() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/fusion/
Dtflite_lstm_cell_fusion.cc738 std::vector<int64_t> axis_vec; in CreateSqueezeNode() local