Function tensorflow::eager::raw_ops::tensor_array_grad_with_shape
source · pub fn tensor_array_grad_with_shape<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>>(
ctx: &'a Context,
handle: &T0,
flow_in: &T1,
shape_to_prepend: &T2
) -> Result<[TensorHandle<'a>; 2]>
Expand description
Shorthand for TensorArrayGradWithShape::new().call(&ctx, &handle, &flow_in, &shape_to_prepend)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/TensorArrayGradWithShape