Searched refs:threadpool_options (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/lib/core/ |
D | BUILD | 129 name = "threadpool_options", 130 hdrs = ["threadpool_options.h"], 132 "//tensorflow/core/platform:threadpool_options", 175 "threadpool_options.h", 197 "threadpool_options.h", 278 "threadpool_options.h",
|
/external/tensorflow/tensorflow/core/public/ |
D | session.h | 185 const thread::ThreadPoolOptions& threadpool_options) { in Run() argument 272 const thread::ThreadPoolOptions& threadpool_options) { in RunCallable() argument
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | direct_session.h | 93 const thread::ThreadPoolOptions& threadpool_options) override; 132 const thread::ThreadPoolOptions& threadpool_options) override; 270 const thread::ThreadPoolOptions& threadpool_options);
|
D | direct_session.cc | 499 const thread::ThreadPoolOptions& threadpool_options) { in RunInternal() argument 577 } else if (threadpool_options.inter_op_threadpool != nullptr) { in RunInternal() 579 threadpool_options.inter_op_threadpool); in RunInternal() 647 args.user_intra_op_threadpool = threadpool_options.intra_op_threadpool; in RunInternal() 830 const thread::ThreadPoolOptions& threadpool_options) { in Run() argument 890 threadpool_options)); in Run() 1907 const thread::ThreadPoolOptions& threadpool_options) { in RunCallable() argument 1988 executors_and_keys.get(), run_metadata, threadpool_options)); in RunCallable()
|
/external/tensorflow/tensorflow/cc/client/ |
D | client_session.cc | 135 const thread::ThreadPoolOptions& threadpool_options) const { in Run() 154 threadpool_options); in Run()
|
D | client_session.h | 102 const thread::ThreadPoolOptions& threadpool_options) const;
|
/external/tensorflow/tensorflow/cc/saved_model/ |
D | loader.cc | 393 const thread::ThreadPoolOptions& threadpool_options) override { in RunCallable() argument 395 run_metadata, threadpool_options); in RunCallable()
|
/external/tensorflow/tensorflow/core/platform/ |
D | BUILD | 857 name = "threadpool_options", 858 hdrs = ["threadpool_options.h"], 1041 ":threadpool_options", 1497 "threadpool_options.h", 1845 "threadpool_options.h",
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ |
D | BUILD | 831 "//tensorflow/core/platform:threadpool_options", 874 "//tensorflow/core/platform:threadpool_options", 1274 "//tensorflow/core/platform:threadpool_options",
|
/external/tensorflow/tensorflow/core/ |
D | BUILD | 292 "//tensorflow/core/platform:threadpool_options", 1350 "//tensorflow/core/lib/core:threadpool_options", 1459 "//tensorflow/core/platform:threadpool_options",
|