Home
last modified time | relevance | path

Searched refs:CheckShapeSame (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/core/ops/grad/
Drelu_grad.cc40 (void)abstract::CheckShapeSame(prim_name, out, dout); in InferShape()
/third_party/mindspore/mindspore/core/abstract/
Dparam_validator.h44 ShapePtr CheckShapeSame(const std::string &op, const AbstractTensorPtr &tensor_base, const Abstract…
Dparam_validator.cc113 ShapePtr CheckShapeSame(const std::string &op, const AbstractTensorPtr &tensor_base, const Abstract… in CheckShapeSame() function
Dprim_maths.cc63 (void)CheckShapeSame(op_name, out, dout); in InferImplSqrtGrad()
Dprim_arrays.cc117 (void)CheckShapeSame(op_name, tensor_base, tensor); in InferImplStack()