Home
last modified time | relevance | path

Searched defs:FactoryFunction (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_bluetooth_sapphire/host/gatt/public/pw_bluetooth_sapphire/internal/host/gatt/
Dserver.h54 using FactoryFunction = fit::function<std::unique_ptr<Server>( variable
/external/armnn/include/armnn/
DBackendRegistry.hpp39 using FactoryFunction = std::function<PointerType()>; typedef in armnn::BackendRegistry
/external/tensorflow/tensorflow/c/eager/
Dc_api_unified_experimental_internal.h124 typedef TracingContext* (*FactoryFunction)(const char* fn_name, TF_Status*); typedef
/external/pigweed/pw_bluetooth_sapphire/host/gatt/
Dfake_layer.cc93 Server::FactoryFunction) { in AddConnection()