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

Method MakeOtherParams

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

Source from the content-addressed store, hash-verified

1569
1570template <typename LhsScalar, typename RhsScalar, typename SpecType>
1571void TestSet<LhsScalar, RhsScalar, SpecType>::MakeOtherParams() {
1572 RUY_CHECK(life_stage == LifeStage::kHasSpec);
1573 if (max_num_threads == 0) {
1574 max_num_threads = GetIntEnvVarOrZero("THREADS");
1575 }
1576 life_stage = LifeStage::kHasOtherParams;
1577}
1578
1579std::vector<Path> PathsBitfieldAsVector(Path paths_bitfield) {
1580 std::vector<Path> result;

Callers

nothing calls this directly

Calls 1

GetIntEnvVarOrZeroFunction · 0.85

Tested by

no test coverage detected