Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestVersionedInterfaces.cpp493 const int numCallsForV1_0 = (version == Version::V1_0 ? 1 : 0); in setupSuccessfulInitializationExpectations() local
494 EXPECT_CALL(*mockDevice, getCapabilities(_)).Times(numCallsForV1_0); in setupSuccessfulInitializationExpectations()