Home
last modified time | relevance | path

Searched defs:UnsortedSegmentSum (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/security/advisory/
H A Dtfsa-2019-002.md3 ### CVE Number
7 ### Issue Description
14 ### Impact
20 ### Vulnerable Versions
26 ### Mitigation
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/xla/
H A Dsegment_reduction_ops.cc26 class UnsortedSegmentSum : public XlaOpKernel { class
28 explicit UnsortedSegmentSum(OpKernelConstruction* ctx) : XlaOpKernel(ctx) { in UnsortedSegmentSum() function in tensorflow::__anon9c1968c60111::UnsortedSegmentSum
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dsegment_reduction_ops.cc130 class UnsortedSegmentSum : public UnsortedSegmentReduce { class
132 explicit UnsortedSegmentSum(OpKernelConstruction* ctx) in UnsortedSegmentSum() function in tensorflow::__anonbfc0371c0111::UnsortedSegmentSum
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go55050 func UnsortedSegmentSum(scope *Scope, data tf.Output, segment_ids tf.Output, num_segments tf.Output… func