Searched defs:FactoryFunction (Results 1 – 4 of 4) 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
91 Server::FactoryFunction) { in AddConnection()