Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp2076 auto typePerf = [](OperandType type) { return float(static_cast<uint32_t>(type)); }; in TEST_F() local
2083 update(&capabilities, operandType, typePerf(operandType)); in TEST_F()
2088 update(&capabilities, operandType, typePerf(operandType)); in TEST_F()
2097 EXPECT_EQ(lookupExecTime(capabilities, operandType), typePerf(operandType)); in TEST_F()
2103 EXPECT_EQ(lookupExecTime(capabilities, operandType), typePerf(operandType)); in TEST_F()