Home
last modified time | relevance | path

Searched refs:CheckShapeAnyAndPositive (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore/core/ops/
Dconv2d.cc32 void CheckShapeAnyAndPositive(const std::string &op, const ShapeVector &shape) { in CheckShapeAnyAndPositive() function
165 CheckShapeAnyAndPositive(prim_name + " x_shape", x_shape); in Conv2dInferShape()
166 CheckShapeAnyAndPositive(prim_name + " w_shape", w_shape); in Conv2dInferShape()
235 CheckShapeAnyAndPositive(prim_name + " output_shape", output_shape); in Conv2dInferShape()
/third_party/mindspore/mindspore/core/abstract/
Dparam_validator.h54 void CheckShapeAnyAndPositive(const std::string &op, const ShapeVector &shape);
Dprim_nn.cc238 CheckShapeAnyAndPositive(op_name + " w_shape", w_shape); in CheckShape()
255 CheckShapeAnyAndPositive(op_name + " x_shape", x_shape); in InferImplConv2D()
333 CheckShapeAnyAndPositive(op_name + " output_shape", output_shape); in InferImplConv2D()
Dparam_validator.cc178 void CheckShapeAnyAndPositive(const std::string &op, const ShapeVector &shape) { in CheckShapeAnyAndPositive() function