This is the complete list of members for tensorflow::NTSession, including all inherited members.
cancellation_manager_ | tensorflow::NTSession | private |
CheckFetch(const std::vector< std::pair< string, Tensor >> &feeds, const std::vector< string > &fetches, const ExecutorsAndKeys *executors_and_keys, const RunState *run_state) | tensorflow::NTSession | private |
CheckNotClosed() | tensorflow::NTSession | inlineprivate |
Close() override | tensorflow::NTSession | |
CloseCallback typedef | tensorflow::NTSession | |
closed_lock_ | tensorflow::NTSession | private |
cost_model_manager_ | tensorflow::NTSession | private |
Create(const GraphDef &graph) override | tensorflow::NTSession | |
CreateDebuggerState(const DebugOptions &debug_options, int64 session_run_index, int64 executor_step_index, const std::vector< string > &input_names, const std::vector< string > &output_names, const std::vector< string > &target_names, std::unique_ptr< DebuggerStateInterface > *debugger_state) | tensorflow::NTSession | private |
CreateGraphs(const BuildGraphOptions &options, std::unordered_map< string, std::unique_ptr< Graph >> *outputs, std::unique_ptr< FunctionLibraryDefinition > *flib_def, RunStateArgs *run_state_args, DataTypeVector *input_types, DataTypeVector *output_types) | tensorflow::NTSession | private |
DebugGateway class | tensorflow::NTSession | friend |
DecorateAndPublishGraphForDebug(const DebugOptions &debug_options, Graph *graph, Device *device) | tensorflow::NTSession | private |
device_mgr_ | tensorflow::NTSession | private |
device_set_ | tensorflow::NTSession | private |
devices_ | tensorflow::NTSession | private |
edge_name_counter_ | tensorflow::NTSession | private |
executor_lock_ | tensorflow::NTSession | private |
ExportCostModels(CostModelManager::CostModelMap *cost_models) | tensorflow::NTSession | inline |
Extend(const GraphDef &graph) override | tensorflow::NTSession | |
ExtendLocked(const GraphDef &graph) EXCLUSIVE_LOCKS_REQUIRED(graph_def_lock_) | tensorflow::NTSession | private |
factory_ | tensorflow::NTSession | private |
flib_def_ | tensorflow::NTSession | private |
GetOrCreateExecutors(gtl::ArraySlice< string > inputs, gtl::ArraySlice< string > outputs, gtl::ArraySlice< string > target_nodes, ExecutorsAndKeys **executors_and_keys, RunStateArgs *run_state_args) | tensorflow::NTSession | private |
graph_def_lock_ | tensorflow::NTSession | private |
GUARDED_BY(graph_def_lock_) | tensorflow::NTSession | private |
GUARDED_BY(graph_def_lock_) | tensorflow::NTSession | private |
GUARDED_BY(executor_lock_) | tensorflow::NTSession | private |
GUARDED_BY(executor_lock_) | tensorflow::NTSession | private |
GUARDED_BY(executor_lock_) | tensorflow::NTSession | private |
GUARDED_BY(graph_def_lock_) | tensorflow::NTSession | private |
GUARDED_BY(graph_def_lock_) | tensorflow::NTSession | private |
GUARDED_BY(closed_lock_) | tensorflow::NTSession | private |
handle_name_counter_ | tensorflow::NTSession | private |
init_error_ | tensorflow::NTSession | private |
ListDevices(std::vector< DeviceAttributes > *response) override | tensorflow::NTSession | |
LocalDeviceManager(const DeviceMgr **output) override | tensorflow::NTSession | inline |
MaybeInitializeExecutionState(const GraphDef &graph, bool *out_already_initialized) EXCLUSIVE_LOCKS_REQUIRED(graph_def_lock_) | tensorflow::NTSession | private |
NamedTensorList typedef | tensorflow::NTSession | |
NameNodeMap typedef | tensorflow::NTSession | |
node_outputs_callback_ | tensorflow::NTSession | private |
NTSession(const SessionOptions &options, const DeviceMgr *device_mgr, NTSessionFactory *factory) | tensorflow::NTSession | |
operation_timeout_in_ms_ | tensorflow::NTSession | private |
options_ | tensorflow::NTSession | private |
PRun(const string &handle, const NamedTensorList &inputs, const std::vector< string > &output_names, std::vector< Tensor > *outputs) override | tensorflow::NTSession | |
PRunSetup(const std::vector< string > &input_names, const std::vector< string > &output_names, const std::vector< string > &target_nodes, string *handle) override | tensorflow::NTSession | |
RecvPRunOutputs(const std::vector< string > &output_names, const ExecutorsAndKeys *executors_and_keys, RunState *run_state, std::vector< Tensor > *outputs) | tensorflow::NTSession | private |
Reset(const std::vector< string > &containers) | tensorflow::NTSession | |
ResourceHandleToInputTensor(const Tensor &resource_tensor, Tensor *retrieved_tensor) | tensorflow::NTSession | private |
Run(const NamedTensorList &inputs, const std::vector< string > &output_names, const std::vector< string > &target_nodes, std::vector< Tensor > *outputs) override | tensorflow::NTSession | |
Run(const ::tensorflow::RunOptions &run_options, const NamedTensorList &inputs, const std::vector< string > &output_names, const std::vector< string > &target_nodes, std::vector< Tensor > *outputs, RunMetadata *run_metadata) override | tensorflow::NTSession | |
SchedClosure(std::function< void()> c) | tensorflow::NTSession | private |
SendPRunInputs(const std::vector< std::pair< string, Tensor >> &inputs, const ExecutorsAndKeys *executors_and_keys, IntraProcessRendezvous *rendez) | tensorflow::NTSession | private |
session_handle_ | tensorflow::NTSession | private |
session_state_ | tensorflow::NTSession | private |
step_id_counter_ | tensorflow::NTSession | privatestatic |
sync_on_finish_ | tensorflow::NTSession | private |
TF_DISALLOW_COPY_AND_ASSIGN(NTSession) | tensorflow::NTSession | private |
WaitForNotification(Notification *n, int64 timeout_in_ms) | tensorflow::NTSession | private |
WaitForNotification(RunState *run_state, CancellationManager *cm, int64 timeout_in_ms) | tensorflow::NTSession | private |
~NTSession() override | tensorflow::NTSession |