Home
last modified time | relevance | path

Searched defs:gview (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Dpropagator_state.cc393 const GraphView& gview = immutable_state.graph_view(); in ActivateNodesFastPathInternal() local
457 const GraphView& gview = immutable_state.graph_view(); in ActivateNodesSlowPath() local
H A Dsimple_propagator_state.cc74 const GraphView& gview = immutable_state_.graph_view(); in PropagateOutputs() local
H A Dexecutor.cc165 void Initialize(const GraphView& gview) { in Initialize()