Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dragged_tensor_to_tensor_op.cc273 INDEX_TYPE current_value_rowid = value_rowids(0); in CalculateOutputIndexValueRowID() local
274 DCHECK_LT(current_value_rowid, parent_output_index.size()); in CalculateOutputIndexValueRowID()
275 INDEX_TYPE current_output_index = parent_output_index[current_value_rowid]; in CalculateOutputIndexValueRowID()
279 if (next_value_rowid == current_value_rowid) { in CalculateOutputIndexValueRowID()
290 current_value_rowid = next_value_rowid; in CalculateOutputIndexValueRowID()
/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/ragged/
Dragged_tensor_to_tensor_tflite.cc355 int current_value_rowid = value_rowids_val(0); in CalculateOutputIndexValueRowID() local
357 int current_output_index = parent_output_index[current_value_rowid]; in CalculateOutputIndexValueRowID()
361 if (next_value_rowid == current_value_rowid) { in CalculateOutputIndexValueRowID()
372 current_value_rowid = next_value_rowid; in CalculateOutputIndexValueRowID()