Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestPartitioning.cpp2513 auto typePerf = [](OperandType type) { return float(static_cast<uint32_t>(type)); }; in TEST_F() local
2520 update(&capabilities, operandType, typePerf(operandType)); in TEST_F()
2525 update(&capabilities, operandType, typePerf(operandType)); in TEST_F()
2538 EXPECT_EQ(lookupExecTime(capabilities, operandType), typePerf(operandType)); in TEST_F()
2544 EXPECT_EQ(lookupExecTime(capabilities, operandType), typePerf(operandType)); in TEST_F()