Home
last modified time | relevance | path

Searched refs:ShouldUseRunHandlerPool (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Ddirect_session.h253 bool ShouldUseRunHandlerPool(const RunOptions& run_options) const;
Ddirect_session.cc258 bool DirectSession::ShouldUseRunHandlerPool( in ShouldUseRunHandlerPool() function in tensorflow::DirectSession
618 if (ShouldUseRunHandlerPool(run_options) && in RunInternal()