Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_concat_ops.py316 splits_offset = splits_list[0][-1]
318 pieces.append(splits[1:] + splits_offset)
319 splits_offset += splits[-1]
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc1328 size_t splits_offset = 0; in FastParseExample() local
1336 int64* row_splits_out = &row_splits->flat<int64>()(splits_offset); in FastParseExample()
1342 int32* row_splits_out = &row_splits->flat<int32>()(splits_offset); in FastParseExample()
1352 splits_offset += buffer.example_end_indices.size(); in FastParseExample()