Function tensorflow::eager::raw_ops::stack_push
source · pub fn stack_push<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>>(
ctx: &'a Context,
handle: &T0,
elem: &T1
) -> Result<TensorHandle<'a>>
Expand description
Shorthand for StackPush::new().call(&ctx, &handle, &elem)
.
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/StackPush