Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc3213 Node* variable_read = variable_reads[variable_num]; in BuildExecuteNodes() local
3214 DataType dtype = variable_read->output_type(0); in BuildExecuteNodes()
3220 variable_read->DebugString()); in BuildExecuteNodes()
3223 string requested = variable_read->requested_device(); in BuildExecuteNodes()