Searched defs:metaModel (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/runtime/test/ |
D | TestVersionedInterfaces.cpp | 1115 const auto metaModel = MetaModel({}, /*strictSlicing=*/true); in TEST_F() local 1132 const auto metaModel = MetaModel({}, /*strictSlicing=*/true); in TEST_F() local 1149 const auto metaModel = MetaModel({}, /*strictSlicing=*/true); in TEST_F() local 1166 const auto metaModel = MetaModel({}, /*strictSlicing=*/true); in TEST_F() local 1316 const auto metaModel = MetaModel({}, /*strictSlicing=*/true); in TEST_F() local 1333 const auto metaModel = MetaModel({}, /*strictSlicing=*/true); in TEST_F() local 1350 const auto metaModel = MetaModel({}, /*strictSlicing=*/true); in TEST_F() local 1367 const auto metaModel = MetaModel({}, /*strictSlicing=*/true); in TEST_F() local 1603 const auto metaModel = MetaModel({}, /*strictSlicing=*/true); in TEST_F() local 1618 const auto metaModel = MetaModel({}, /*strictSlicing=*/true); in TEST_F() local [all …]
|
/frameworks/ml/nn/runtime/ |
D | ExecutionPlan.cpp | 1978 void initialize(const MetaModel& metaModel, std::shared_ptr<Device> device) { in initialize() 1993 const MetaModel metaModel(makeHidlModel(), DeviceManager::get()->strictSlicing()); in findBestDeviceForEachOperation() local
|
D | NeuralNetworks.cpp | 740 const MetaModel metaModel(hidlModel, DeviceManager::get()->strictSlicing()); in ANeuralNetworksModel_getSupportedOperationsForDevices() local
|