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

Function GetBoolEnvVarOrFalse

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

Source from the content-addressed store, hash-verified

1564}
1565
1566inline bool GetBoolEnvVarOrFalse(const char* name) {
1567 return static_cast<bool>(GetIntEnvVarOrZero(name));
1568}
1569
1570template <typename LhsScalar, typename RhsScalar, typename SpecType>
1571void TestSet<LhsScalar, RhsScalar, SpecType>::MakeOtherParams() {

Callers 3

BenchmarkMethod · 0.85
BenchmarkRCCFunction · 0.85
BenchmarkFunction · 0.85

Calls 1

GetIntEnvVarOrZeroFunction · 0.85

Tested by

no test coverage detected