Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v1_0/
H A Dinner_model_mock_device.cpp37 std::vector<bool>& supportedOperations) in GetSupportedOperation() argument
39 supportedOperations = {true, true, true}; in GetSupportedOperation()
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/common/v2_0/
H A Dinner_model_mock_device.cpp37 std::vector<bool>& supportedOperations) in GetSupportedOperation() argument
39 supportedOperations = {true, true, true}; in GetSupportedOperation()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dinner_model.cpp691 std::vector<bool> supportedOperations; in GetSupportedOperations() local
693 OH_NN_ReturnCode ret = nnBackend->GetSupportedOperation(m_liteGraph, supportedOperations); in GetSupportedOperations()
700 …std::copy(supportedOperations.begin(), supportedOperations.end(), std::back_inserter(m_supportedOp… in GetSupportedOperations()