Home
last modified time | relevance | path

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

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