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