Home
last modified time | relevance | path

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

/aosp_15_r20/external/tflite-support/tensorflow_lite_support/custom_ops/kernel/
H A Dunsorted_segment.cc50 void UnsortedSegmentRef(const tflite::RuntimeShape& input_shape, in UnsortedSegmentRef() function
182 unsorted_segment::UnsortedSegmentRef<T, SegmenProd>( in EvalType()
187 unsorted_segment::UnsortedSegmentRef<T, SegmenMax>( in EvalType()
192 unsorted_segment::UnsortedSegmentRef<T, SegmenSum>( in EvalType()
197 unsorted_segment::UnsortedSegmentRef<T, SegmenMin>( in EvalType()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dunsorted_segment.cc150 reference_ops::UnsortedSegmentRef<T, SegmenProd>( in EvalType()
155 reference_ops::UnsortedSegmentRef<T, SegmenMax>( in EvalType()
160 reference_ops::UnsortedSegmentRef<T, SegmenSum>( in EvalType()
165 reference_ops::UnsortedSegmentRef<T, SegmenMin>( in EvalType()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/internal/reference/
H A Dreference_ops.h1013 inline void UnsortedSegmentRef(const RuntimeShape& input_shape, in UnsortedSegmentRef() function