Home
last modified time | relevance | path

Searched defs:ExecutorFactory (Results 1 – 3 of 3) 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/tensorflow/tensorflow/core/common_runtime/
Dfunction_test.cc611 TEST_F(FunctionLibraryRuntimeTest, ExecutorFactory) { in TEST_F() argument