Function tensorflow::ops::import_event
source · pub fn import_event<O0: Into<Output>, O1: Into<Output>>(
writer: O0,
event: O1,
scope: &mut Scope
) -> Result<Operation>
Expand description
Shorthand for ImportEvent::new().build(writer, event, scope)
.