Searched refs:threadpool_options (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/lib/core/ |
D | BUILD | 128 name = "threadpool_options", 129 hdrs = ["threadpool_options.h"], 131 "//tensorflow/core/platform:threadpool_options", 171 "threadpool_options.h", 193 "threadpool_options.h", 249 "threadpool_options.h",
|
/external/tensorflow/tensorflow/core/public/ |
D | session.h | 185 const thread::ThreadPoolOptions& threadpool_options) { in Run() argument 271 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 | 496 const thread::ThreadPoolOptions& threadpool_options) { in RunInternal() argument 572 } else if (threadpool_options.inter_op_threadpool != nullptr) { in RunInternal() 574 threadpool_options.inter_op_threadpool); in RunInternal() 640 args.user_intra_op_threadpool = threadpool_options.intra_op_threadpool; in RunInternal() 821 const thread::ThreadPoolOptions& threadpool_options) { in Run() argument 881 threadpool_options)); in Run() 1903 const thread::ThreadPoolOptions& threadpool_options) { in RunCallable() argument 1963 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/core/platform/ |
D | BUILD | 713 name = "threadpool_options", 714 hdrs = ["threadpool_options.h"], 800 ":threadpool_options", 1145 "threadpool_options.h", 1456 "threadpool_options.h",
|
/external/tensorflow/tensorflow/cc/saved_model/ |
D | loader.cc | 443 const thread::ThreadPoolOptions& threadpool_options) override { in RunCallable() argument 445 run_metadata, threadpool_options); in RunCallable()
|
/external/tensorflow/tensorflow/core/ |
D | BUILD | 299 "//tensorflow/core/platform:threadpool_options", 1831 "//tensorflow/core/lib/core:threadpool_options", 1939 "//tensorflow/core/platform:threadpool_options",
|