Function tensorflow::ops::fake_param
source · pub fn fake_param(scope: &mut Scope) -> Result<Operation>
Expand description
Shorthand for FakeParam::new().build(scope)
.
pub fn fake_param(scope: &mut Scope) -> Result<Operation>
Shorthand for FakeParam::new().build(scope)
.