Home
last modified time | relevance | path

Searched defs:min_shape (Results 1 – 25 of 39) sorted by relevance

12

/third_party/mindspore/mindspore/core/abstract/
Dprim_arrays.cc147 ShapeVector min_shape = {1}; in InferImplUnique() local
193 ShapeVector min_shape = {1}; in InferImplPadAndShift() local
259 ShapeVector min_shape; in InferImplUnsortedSegmentSum() local
312 ShapeVector min_shape; in InferImplUnsortedSegmentMax() local
364 ShapeVector min_shape; in InferImplUnsortedSegmentMin() local
394 ShapeVector min_shape = x->shape()->min_shape(); in InferImplScatterAdd() local
409 ShapeVector min_shape = x->shape()->min_shape(); in InferImplScatterSub() local
423 ShapeVector min_shape = x->shape()->min_shape(); in InferImplScatterUpdate() local
442 ShapeVector min_shape; in InferImplMapCacheIdx() local
486 ShapeVector min_shape; in InferImplCacheSwapTable() local
[all …]
Ddshape.h72 Shape(const ShapeVector &list, const ShapeVector &min_shape, const ShapeVector &max_shape) in Shape()
83 const ShapeVector &min_shape() { return min_shape_; } in min_shape() function
/third_party/mindspore/mindspore/core/ops/
Dlog1p.cc33 auto min_shape = shape_map[kMinShape]; in Log1pInferShape() local
Dsoftplus.cc33 auto min_shape = shape_map[kMinShape]; in SoftplusInferShape() local
Dgelu.cc37 auto min_shape = shape_map[kMinShape]; in InferShape() local
Dexp.cc39 auto min_shape = shape_map[kMinShape]; in InferShape() local
Dreshape.cc74 ShapeVector min_shape = shape_v; in ReshapeInfer() local
Dreciprocal.cc39 auto min_shape = shape_map[kMinShape]; in InferShape() local
Dneg.cc39 auto min_shape = shape_map[kMinShape]; in InferShape() local
Dlog.cc39 auto min_shape = shape_map[kMinShape]; in InferShape() local
Dembedding_lookup.cc69 ShapeVector min_shape; in EmbeddingLookupInfer() local
Dlog_softmax.cc47 auto min_shape = shape_map[kMinShape]; in LogSoftmaxInferShape() local
Ddynamic_broadcast_gradient_args.cc64 ShapeVector min_shape{1L}; in Infer() local
Dfake_quant_with_min_max_vars_per_channel.cc48 …auto min_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[kInputIndex1]->BuildSh… in FakeQuantWithMinMaxVarsPerChannelInfer() local
Daddn.cc60 auto min_shape = element0_shape_map[kMinShape]; in AddNInferShape() local
Dgather.cc91 ShapeVector min_shape = calc_shape(indices_shp_min, param_shp_min); in GatherInfer() local
Dgetnext.cc67 std::vector<ShapeVector> min_shape; in GetnextInferShape() local
Dsoftmax.cc59 auto min_shape = shape_map[kMinShape]; in SoftMaxInferShape() local
Done_hot.cc36 auto min_shape = shape_map[kMinShape]; in OneHotInferShape() local
Dfake_quant_with_min_max_vars.cc33 …auto min_shape = CheckAndConvertUtils::ConvertShapePtrToShapeMap(input_args[kInputIndex1]->BuildSh… in InferShape() local
Dtranspose.cc72 std::vector<int64_t> min_shape; in InferShape() local
Dsquare.cc39 auto min_shape = shape_map[kMinShape]; in SquareInferShape() local
Dreluv2.cc65 auto min_shape = shape_map[kMinShape]; 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
534 def check_broadcast(self, min_shape, input_shape): argument
541 def infer_shape(self, x_shape, min_shape, max_shape): argument
598 def check_broadcast(self, min_shape, input_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
[all …]
/third_party/mindspore/mindspore/core/ops/grad/
Dbias_add_grad.cc50 auto min_shape = shape_map[kMinShape]; in InferShape() local

12