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.cc275 INDEX_TYPE current_value_rowid = value_rowids(0); in CalculateOutputIndexValueRowID() local
277 if (current_value_rowid >= parent_output_index.size()) { in CalculateOutputIndexValueRowID()
279 "Got current_value_rowid=", current_value_rowid, in CalculateOutputIndexValueRowID()
283 INDEX_TYPE current_output_index = parent_output_index[current_value_rowid]; in CalculateOutputIndexValueRowID()
287 if (next_value_rowid == current_value_rowid) { in CalculateOutputIndexValueRowID()
298 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()