Searched refs:unpadded_input (Results 1 – 1 of 1) sorted by relevance
1080 Node* unpadded_input; in SetPaddingNodesDevices() local1081 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()