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