Searched refs:shape_dynamic (Results 1 – 1 of 1) sorted by relevance
983 Shape shape_dynamic = shape(); in EachCell() local984 for (int64 i = 0; i < shape_dynamic.rank(); ++i) { in EachCell()985 shape_dynamic.set_dimensions(i, GetDynamicSize(i)); in EachCell()989 } while (IndexUtil::BumpIndices(shape_dynamic, absl::MakeSpan(indices))); in EachCell()