Home
last modified time | relevance | path

Searched defs:shape_input (Results 1 – 16 of 16) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/op/
Dshape_tensorrt.cc39 nvinfer1::ITensor *shape_input = input(ctx, 0).trt_tensor_; in AddInnerOp() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/optimizer/fusion/
Dreshape_shape_fusion.cc76 auto shape_input = shape->input(1); in Process() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/adapter/acl/mapper/
Dreshape_mapper.cc61 auto shape_input = cnode->input(kInputNum - 1); in ShapeAttrAdjustTensor() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/ascend_native/
Dascend_native_gather_kernel.cc28 auto shape_input = in_tensors_.at(FIRST_INPUT)->shape(); in InferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/cpu_kernel/ms_kernel/
Ddiag_part.cc60 std::vector<int64_t> shape_input = ctx.Input(0)->GetTensorShape()->GetDimSizes(); in DiagPartCheck() local
Dcumprod.cc86 std::vector<int64_t> shape_input = ctx.Input(0)->GetTensorShape()->GetDimSizes(); in CumprodCheck() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/
Dtruncated_normal_cpu_kernel.cc66 auto shape_input = inputs[kIndex0]->GetShapeVector(); in Resize() local
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dexpand.cc105 auto shape_input = input_args[1]; in ExpandInferShape() local
Dtruncated_normal.cc61 auto shape_input = shape_input_map[kShape]; in TruncatedNormalInferShape() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/aicpu/aicpu_ops/customize/op_proto/
Drandom_ops_proto.cc72 ge::Shape shape_input = op.GetInputDescByName("input").GetShape(); in IMPLEMT_COMMON_INFERFUNC() local
115 ge::Shape shape_input = op.GetInputDescByName("x").GetShape(); in IMPLEMT_COMMON_INFERFUNC() local
Dselection_ops_proto.cc65 ge::Shape shape_input = op.GetInputDescByName("x").GetShape(); in IMPLEMT_COMMON_INFERFUNC() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/graph_util/
Dgraph_utils.cc303 std::vector<AnfNodePtr> *shape_input, in MatchingAccordingToPrime()
354 std::vector<AnfNodePtr> *shape_input, in MatchingAccordingToIndex()
403 int64_t CountDynamicAxis(const AnfNodePtrList &shape_input) { in CountDynamicAxis()
470 std::vector<AnfNodePtr> shape_input; in ConvertConstParamToDynamic() local
1304 auto shape_input = reshape_node->input(INDEX_TWO); in SegmentEntireShapeToPartialForDynamic() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/optimizer/ir_fusion/
Dshape_reshape_fusion.cc268 auto shape_input = shape_cnode->input(kIndex1); in Process() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/optimizer/
Dtensorrt_optimizer.cc105 AnfNodePtr *shape_input) { in GetMatmulFactor()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/frontend/parallel/tensor_layout/
Dtensor_redistribution.cc650 …auto shape_input = UpdateShapeNodeInput(cur_cnode, pre_cnode->cast<CNodePtr>(), redistribution_ind… in CreateAssembledDynamicMapping() local
/third_party/mindspore/mindspore-src/source/mindspore/python/mindspore/_extends/parse/
Dstandard_method.py2078 def _check_sum_to_size(size, input_dim, shape_input): argument
2085 def _count_axes(size, input_shape, shape_input): argument