Searched refs:SameShape (Results 1 – 6 of 6) sorted by relevance
29 bool SameShape(const Shape& in1, const Shape& in2) { in SameShape() function
63 if (SameShape(baseShape, exponentShape)) { in prepare()
99 bool needBroadcast = !SameShape(shape1, shape2); in addFloat32()133 const bool needBroadcast = !SameShape(shape1, shape2); in addQuant8()238 bool needBroadcast = !SameShape(shape1, shape2); in mulFloat32()418 bool needBroadcast = !SameShape(shape1, shape2); in divFloat32()
77 NN_RET_CHECK(SameShape(input1, input2)); in prepare()
49 NN_RET_CHECK(SameShape(firstInputTensorShape, in prepare()
165 bool SameShape(const Shape& in1, const Shape& in2);