Searched refs:CheckShapeAnyAndPositive (Results 1 – 4 of 4) sorted by relevance
32 void CheckShapeAnyAndPositive(const std::string &op, const ShapeVector &shape) { in CheckShapeAnyAndPositive() function165 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()
54 void CheckShapeAnyAndPositive(const std::string &op, const ShapeVector &shape);
238 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()
178 void CheckShapeAnyAndPositive(const std::string &op, const ShapeVector &shape) { in CheckShapeAnyAndPositive() function