Searched refs:splits_offset (Results 1 – 2 of 2) sorted by relevance
316 splits_offset = splits_list[0][-1]318 pieces.append(splits[1:] + splits_offset)319 splits_offset += splits[-1]
1328 size_t splits_offset = 0; in FastParseExample() local1336 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()