Home
last modified time | relevance | path

Searched defs:max_shape (Results 1 – 25 of 43) sorted by relevance

12

/third_party/mindspore/mindspore/core/ops/
Ddynamic_broadcast_gradient_args.cc39 …auto max_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_arg->BuildShape())[kMaxShap… in CheckInputsAndGetShape() local
66 ShapeVector max_shape{max_size}; in Infer() local
Dlog1p.cc34 auto max_shape = shape_map[kMaxShape]; in Log1pInferShape() local
Dsoftplus.cc34 auto max_shape = shape_map[kMaxShape]; in SoftplusInferShape() local
Dgelu.cc38 auto max_shape = shape_map[kMaxShape]; in InferShape() local
Dexp.cc40 auto max_shape = shape_map[kMaxShape]; in InferShape() local
Dreshape.cc73 ShapeVector max_shape = shape_v; in ReshapeInfer() local
Dlog.cc40 auto max_shape = shape_map[kMaxShape]; in InferShape() local
Dneg.cc40 auto max_shape = shape_map[kMaxShape]; in InferShape() local
Dreciprocal.cc40 auto max_shape = shape_map[kMaxShape]; in InferShape() local
Dembedding_lookup.cc61 ShapeVector max_shape; in EmbeddingLookupInfer() local
Dlog_softmax.cc48 auto max_shape = shape_map[kMaxShape]; in LogSoftmaxInferShape() local
Dfake_quant_with_min_max_vars_per_channel.cc49 …auto max_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[kInputIndex2]->BuildSh… in FakeQuantWithMinMaxVarsPerChannelInfer() local
Daddn.cc61 auto max_shape = element0_shape_map[kMaxShape]; in AddNInferShape() local
Dsoftmax.cc60 auto max_shape = shape_map[kMaxShape]; in SoftMaxInferShape() local
Done_hot.cc37 auto max_shape = shape_map[kMaxShape]; in OneHotInferShape() local
Dgetnext.cc68 std::vector<ShapeVector> max_shape; in GetnextInferShape() local
Dgather.cc92 ShapeVector max_shape = calc_shape(indices_shp_max, param_shp_max); in GatherInfer() local
Dfake_quant_with_min_max_vars.cc34 …auto max_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[kInputIndex2]->BuildSh… in InferShape() local
Dtranspose.cc73 std::vector<int64_t> max_shape; in InferShape() local
Dsquare.cc40 auto max_shape = shape_map[kMaxShape]; in SquareInferShape() local
Dtile.cc63 auto max_shape = shape_map[kMaxShape]; in TileInferShape() local
/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc148 ShapeVector max_shape = shape->max_shape(); in InferImplUnique() local
194 ShapeVector max_shape = shape->max_shape(); in InferImplPadAndShift() local
260 ShapeVector max_shape; in InferImplUnsortedSegmentSum() local
313 ShapeVector max_shape; in InferImplUnsortedSegmentMax() local
365 ShapeVector max_shape; in InferImplUnsortedSegmentMin() local
395 ShapeVector max_shape = x->shape()->max_shape(); in InferImplScatterAdd() local
410 ShapeVector max_shape = x->shape()->max_shape(); in InferImplScatterSub() local
424 ShapeVector max_shape = x->shape()->max_shape(); in InferImplScatterUpdate() local
443 ShapeVector max_shape; in InferImplMapCacheIdx() local
485 ShapeVector max_shape; in InferImplCacheSwapTable() local
[all …]
Ddshape.h72 Shape(const ShapeVector &list, const ShapeVector &min_shape, const ShapeVector &max_shape) in Shape()
84 const ShapeVector &max_shape() { return max_shape_; } in max_shape() function
/third_party/mindspore/mindspore/core/ops/grad/
Dbias_add_grad.cc51 auto max_shape = shape_map[kMaxShape]; in InferShape() local
/third_party/mindspore/mindspore/ops/operations/
D_quant_ops.py105 def infer_shape(self, x_shape, min_shape, max_shape): argument
165 def infer_shape(self, x_shape, min_shape, max_shape): argument
541 def infer_shape(self, x_shape, min_shape, max_shape): argument
605 def infer_shape(self, dout_shape, x_shape, min_shape, max_shape): argument
657 def infer_shape(self, x_shape, min_shape, max_shape): argument
715 def infer_shape(self, dout_shape, x_shape, min_shape, max_shape): argument
815 def infer_shape(self, x_shape, min_shape, max_shape): argument
861 def infer_shape(self, dout_shape, x_shape, min_shape, max_shape): argument
944 def infer_shape(self, x_shape, min_shape, max_shape): argument
999 def infer_shape(self, dout_shape, x_shape, min_shape, max_shape): argument

12