Home
last modified time | relevance | path

Searched defs:CreateImpl (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
H A Ddelegate_registry.cc34 std::unique_ptr<DelegatePluginInterface> DelegatePluginRegistry::CreateImpl( in CreateImpl() function in tflite::delegates::DelegatePluginRegistry
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dmini_benchmark.cc60 std::unique_ptr<MiniBenchmark> MinibenchmarkImplementationRegistry::CreateImpl( in CreateImpl() function in tflite::acceleration::MinibenchmarkImplementationRegistry
/aosp_15_r20/external/tensorflow/tensorflow/core/distributed_runtime/rpc/
H A Dgrpc_session.cc115 Status GrpcSession::CreateImpl(CallOptions* call_options, GraphDef graph) { in CreateImpl() function in tensorflow::GrpcSession