Home
last modified time | relevance | path

Searched refs:ThreadPoolOptions (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/cc/client/
Dclient_session.h32 struct ThreadPoolOptions;
102 const thread::ThreadPoolOptions& threadpool_options) const;
139 const thread::ThreadPoolOptions& options);
Dclient_session_test.cc156 tensorflow::thread::ThreadPoolOptions threadPoolOptions; in TEST()
165 &outputs, nullptr, thread::ThreadPoolOptions())); in TEST()
172 &outputs, nullptr, thread::ThreadPoolOptions())); in TEST()
180 &outputs, nullptr, thread::ThreadPoolOptions())); in TEST()
224 tensorflow::thread::ThreadPoolOptions threadPoolOptions; in TEST()
Dclient_session.cc135 const thread::ThreadPoolOptions& threadpool_options) const { in Run()
175 const thread::ThreadPoolOptions& options) { in RunCallable()
/external/tensorflow/tensorflow/core/public/
Dsession.h36 struct ThreadPoolOptions;
185 const thread::ThreadPoolOptions& threadpool_options) { in Run()
272 const thread::ThreadPoolOptions& threadpool_options) { in RunCallable()
/external/tensorflow/tensorflow/core/platform/
Dthreadpool_options.h24 struct ThreadPoolOptions { struct
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlift_variables_test_pass.h85 run_metadata, tensorflow::thread::ThreadPoolOptions()); in Run()
94 const tensorflow::thread::ThreadPoolOptions& thread_pool_options) in Run()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Dfake_session.cc127 run_metadata, tensorflow::thread::ThreadPoolOptions()); in Run()
136 const tensorflow::thread::ThreadPoolOptions& thread_pool_options) { in Run()
Dfake_session.h64 const tensorflow::thread::ThreadPoolOptions& thread_pool_options)
/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.h93 const thread::ThreadPoolOptions& threadpool_options) override;
132 const thread::ThreadPoolOptions& threadpool_options) override;
270 const thread::ThreadPoolOptions& threadpool_options);
Ddirect_session.cc510 const thread::ThreadPoolOptions& threadpool_options) { in RunInternal()
843 run_metadata, thread::ThreadPoolOptions()); in Run()
852 const thread::ThreadPoolOptions& threadpool_options) { in Run()
1923 thread::ThreadPoolOptions()); in RunCallable()
1929 const thread::ThreadPoolOptions& threadpool_options) { in RunCallable()
/external/tensorflow/tensorflow/cc/saved_model/
Dloader.cc415 const thread::ThreadPoolOptions& threadpool_options) override { in RunCallable()