Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dops_registry.cpp33 static OpsRegistry opsRegistry; in GetSingleton() local
34 return opsRegistry; in GetSingleton()
H A Dinner_model.cpp424 const Ops::OpsRegistry& opsRegistry = Ops::OpsRegistry::GetSingleton(); in AddOperation() local
425 std::unique_ptr<Ops::OpsBuilder> opsBuilder = opsRegistry.GetOpsBuilder(opType); in AddOperation()