pub fn tensor_array_grad_with_shape<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>>(
    handle: O0,
    flow_in: O1,
    shape_to_prepend: O2,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for TensorArrayGradWithShape::new().build(handle, flow_in, shape_to_prepend, scope).