Searched refs:immutable_state (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | simple_propagator_state.cc | 26 const ImmutableExecutorState& immutable_state, int64 step_id, bool vlog) in SimplePropagatorState() argument 27 : SimplePropagatorState(immutable_state, step_id, in SimplePropagatorState() 28 immutable_state.get_root_frame_info(), vlog) {} in SimplePropagatorState() 31 const ImmutableExecutorState& immutable_state, int64 step_id, in SimplePropagatorState() argument 33 : immutable_state_(immutable_state), in SimplePropagatorState() 38 new std::atomic<int32>[immutable_state.graph_view().num_nodes()]), in SimplePropagatorState() 40 immutable_state.graph_view().num_nodes()) in SimplePropagatorState()
|
D | propagator_state.h | 48 PropagatorState(const ImmutableExecutorState& immutable_state, int64 step_id, 185 explicit FrameState(const ImmutableExecutorState& immutable_state, in FrameState() 187 : immutable_state(immutable_state), in FrameState() 222 const ImmutableExecutorState& immutable_state; member
|
D | propagator_state.cc | 28 PropagatorState::PropagatorState(const ImmutableExecutorState& immutable_state, in PropagatorState() argument 30 : immutable_state_(immutable_state), in PropagatorState() 393 const GraphView& gview = immutable_state.graph_view(); in ActivateNodesFastPathInternal() 417 immutable_state.pending_ids()[dst_id]; in ActivateNodesFastPathInternal() 439 immutable_state.pending_ids()[dst_id]; in ActivateNodesFastPathInternal() 457 const GraphView& gview = immutable_state.graph_view(); in ActivateNodesSlowPath() 475 immutable_state.pending_ids()[dst_id]; in ActivateNodesSlowPath() 537 immutable_state.pending_ids()[dst_id]; in ActivateNodesSlowPath()
|
D | simple_propagator_state.h | 49 SimplePropagatorState(const ImmutableExecutorState& immutable_state,
|
D | executor.cc | 392 const Executor::Args& args, const ImmutableExecutorState& immutable_state, in ExecutorState() argument 401 session_metadata_(immutable_state.params().session_metadata), in ExecutorState() 410 immutable_state_(immutable_state), in ExecutorState() 416 propagator_(immutable_state, step_id_, vlog_), in ExecutorState()
|