Home
last modified time | relevance | path

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

/external/armnn/include/armnn/
DBackendRegistry.hpp29 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