Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/
Dexecutor_cache.h38 typedef port::StatusOr<std::unique_ptr<StreamExecutor>> ExecutorFactory(); typedef
/external/libchrome/mojo/public/java/bindings/src/org/chromium/mojo/bindings/
DExecutorFactory.java26 class ExecutorFactory { class
/external/volley/src/main/java/com/android/volley/
DAsyncRequestQueue.java444 public abstract static class ExecutorFactory { class in AsyncRequestQueue
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_test.cc741 TEST_F(FunctionLibraryRuntimeTest, ExecutorFactory) { in TEST_F() argument