Searched refs:edge_pos (Results 1 – 1 of 1) sorted by relevance
1709 int64 edge_pos = 0; in GetArgAndRetvalShapes() local1712 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 …]