Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc1080 Node* unpadded_input; in SetPaddingNodesDevices() local
1081 TF_RETURN_IF_ERROR(n->input_node(0, &unpadded_input)); in SetPaddingNodesDevices()
1083 const string& requested_device = unpadded_input->requested_device(); in SetPaddingNodesDevices()
1084 const string& assigned_device = unpadded_input->assigned_device_name(); in SetPaddingNodesDevices()
1089 for (Node* out : unpadded_input->out_nodes()) { in SetPaddingNodesDevices()