Function tensorflow::ops::stage_peek
source · pub fn stage_peek<O0: Into<Output>>(
index: O0,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for StagePeek::new().build(index, scope)
.
pub fn stage_peek<O0: Into<Output>>(
index: O0,
scope: &mut Scope
) -> Result<Operation>
Shorthand for StagePeek::new().build(index, scope)
.