Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc1709 int64 edge_pos = 0; in GetArgAndRetvalShapes() local
1712 TF_RETURN_IF_ERROR(GetEdgeShape(shape_info, *input_edges[edge_pos], &info)); in GetArgAndRetvalShapes()
1713 ++edge_pos; in GetArgAndRetvalShapes()
1753 TF_RET_CHECK(node.input_type(edge_pos) != DT_RESOURCE); in GetArgAndRetvalShapes()
1755 TF_RETURN_IF_ERROR(GetEdgeShape(shape_info, *input_edges[edge_pos], &info)); in GetArgAndRetvalShapes()
1759 ++edge_pos; in GetArgAndRetvalShapes()
1765 TF_RET_CHECK(node.input_type(edge_pos) == DT_RESOURCE); in GetArgAndRetvalShapes()
1767 TF_RETURN_IF_ERROR(GetEdgeShape(shape_info, *input_edges[edge_pos], &info)); in GetArgAndRetvalShapes()
1776 << " input edge: " << input_edges[edge_pos]->DebugString(); in GetArgAndRetvalShapes()
1777 ++edge_pos; in GetArgAndRetvalShapes()
[all …]