Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/operations/
DBroadcast.cpp99 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()
DPow.cpp63 if (SameShape(baseShape, exponentShape)) { in prepare()
DSelect.cpp99 NN_RET_CHECK(SameShape(input1, input2)); in prepare()
/packages/modules/NeuralNetworks/common/include/
DOperationsUtils.h124 bool SameShape(const Shape& in1, const Shape& in2);
/packages/modules/NeuralNetworks/common/
DOperationsUtils.cpp114 bool SameShape(const Shape& in1, const Shape& in2) { in SameShape() function