Struct tensorflow::ops::Roll
source · pub struct Roll { /* private fields */ }Expand description
Builder for the Roll operation.
Implementations§
source§impl Roll
impl Roll
sourcepub fn Tshift<ArgType: Into<DataType>>(self, value: ArgType) -> Self
pub fn Tshift<ArgType: Into<DataType>>(self, value: ArgType) -> Self
Sets the Tshift attribute.
sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.