Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dsegment_reduction_ops.cc661 typedef int32 OutputRow; in Compute() typedef
662 const auto segment_vec = segment_ids.vec<OutputRow>(); in Compute()
665 const OutputRow last_segment_id_plus_one = in Compute()
698 OutputRow uninitialized_index = 0; in Compute()
699 OutputRow out_index = internal::SubtleMustCopy(segment_vec(start)); in Compute()
705 OutputRow next_index = 0; in Compute()