Searched refs:SameShape (Results 1 – 5 of 5) sorted by relevance
64 if (SameShape(baseShape, exponentShape)) { in prepare()
102 NN_RET_CHECK(SameShape(input1, input2)); in prepare()
96 bool needBroadcast = !SameShape(shape1, shape2); in addFloat32()130 const bool needBroadcast = !SameShape(shape1, shape2); in addQuant8()235 bool needBroadcast = !SameShape(shape1, shape2); in mulFloat32()415 bool needBroadcast = !SameShape(shape1, shape2); in divFloat32()
140 bool SameShape(const Shape& in1, const Shape& in2);
116 bool SameShape(const Shape& in1, const Shape& in2) { in SameShape() function