MCPcopy Create free account
hub / github.com/benoitsteiner/tensorflow-opencl / _SparseAddGrad

Function _SparseAddGrad

tensorflow/python/ops/sparse_grad.py:66–98  ·  view source on GitHub ↗

The backward operator for the SparseAdd op. The SparseAdd op calculates A + B, where A, B, and the sum are all represented as `SparseTensor` objects. This op takes in the upstream gradient w.r.t. non-empty values of the sum, and outputs the gradients w.r.t. the non-empty values of A and B.

(op, *grads)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 2

set_shapeMethod · 0.45
get_shapeMethod · 0.45

Tested by

no test coverage detected