HomeSort by relevance Sort by last modified time
    Searched refs:SameShape (Results 1 - 3 of 3) sorted by null

  /frameworks/ml/nn/common/operations/
SimpleMath.cpp 32 bool needBroadcast = !SameShape(shape1, shape2);
61 bool needBroadcast = !SameShape(shape1, shape2);
135 bool needBroadcast = !SameShape(shape1, shape2);
  /frameworks/ml/nn/common/include/
OperationsUtils.h 57 bool SameShape(const Shape& in1, const Shape& in2);
  /frameworks/ml/nn/common/
OperationsUtils.cpp 28 bool SameShape(const Shape& in1, const Shape& in2) {
170 if (SameShape(in1, in2)) {

Completed in 102 milliseconds