tensorflow::ops::SparseSegmentSumGradV2

#include <math_ops.h>

Computes gradients for SparseSegmentSum.

Summary

Returns tensor "output" with same shape as grad, except for dimension 0 whose value is the number of unique indexes in "indices". Also returns vector "sorted_unique_indices" containing the corresponding indexes from "indices".

Args:

Returns:

Constructors and Destructors

SparseSegmentSumGradV2(const ::tensorflow::Scope & scope, ::tensorflow::Input grad, ::tensorflow::Input indices, ::tensorflow::Input segment_ids, ::tensorflow::Input dense_output_dim0)

Public attributes

operation
output
sorted_unique_indices

Public attributes

operation

Operation operation

output

::tensorflow::Output output

sorted_unique_indices

::tensorflow::Output sorted_unique_indices

Public functions

SparseSegmentSumGradV2

 SparseSegmentSumGradV2(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input grad,
  ::tensorflow::Input indices,
  ::tensorflow::Input segment_ids,
  ::tensorflow::Input dense_output_dim0
)