Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestVersionedInterfaces.cpp499 const int numCallsForV1_2 = (version == Version::V1_2 ? 1 : 0); in setupSuccessfulInitializationExpectations() local
500 EXPECT_CALL(*mockDevice, getCapabilities_1_2(_)).Times(numCallsForV1_2); in setupSuccessfulInitializationExpectations()