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