MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / EnumerateTuningsForPath

Function EnumerateTuningsForPath

tensorflow/lite/experimental/ruy/test.h:1593–1603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1591}
1592
1593std::vector<Tuning> EnumerateTuningsForPath(Path path, bool benchmark) {
1594 if (benchmark) {
1595 return {Tuning::kAuto};
1596 }
1597#if RUY_PLATFORM(ARM)
1598 if (path == Path::kNeon || path == Path::kNeonDotprod) {
1599 return {Tuning::kInOrder, Tuning::kOutOfOrder, Tuning::kAuto};
1600 }
1601#endif
1602 return {Tuning::kAuto};
1603}
1604
1605template <typename LhsScalar, typename RhsScalar, typename SpecType>
1606void TestSet<LhsScalar, RhsScalar, SpecType>::MakePrepackedMatrices() {

Callers 1

MakeResultPathsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected