Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/
Dliteral.h983 Shape shape_dynamic = shape(); in EachCell() local
984 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()