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