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