Searched defs:FactoryFunction (Results 1 – 3 of 3) sorted by relevance
54 using FactoryFunction = fit::function<std::unique_ptr<Server>( variable
39 using FactoryFunction = std::function<PointerType()>; typedef in armnn::BackendRegistry
124 typedef TracingContext* (*FactoryFunction)(const char* fn_name, TF_Status*); typedef