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