Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dsegment_reduction_ops_gpu.cu.h180 const int64_t input_segment_index = input_index / inner_dim_size; in UnsortedSegmentCustomKernel() local
182 const Index output_segment_index = segment_ids[input_segment_index]; in UnsortedSegmentCustomKernel()