tensorflow::ops::TensorArrayGrad

tensorflow::ops::TensorArrayGrad

#include <data_flow_ops.h>

Creates a TensorArray for storing the gradients of values in the given handle.

Summary

If the given TensorArray gradient already exists, returns a reference to it.

Locks the size of the original TensorArray by disabling its dynamic size flag.

A note about the input flow_in:

The handle flow_in forces the execution of the gradient lookup to occur only after certain other operations have occurred. For example, when the forward TensorArray is dynamically sized, writes to this TensorArray may resize the