pub struct BatchToSpace { /* private fields */ }
Expand description
Builder for the BatchToSpace
operation.
Implementations§
Source§impl BatchToSpace
impl BatchToSpace
Sourcepub fn block_size<ArgType: Into<i64>>(self, value: ArgType) -> Self
pub fn block_size<ArgType: Into<i64>>(self, value: ArgType) -> Self
Sets the block_size
attribute.
Sourcepub fn add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
Trait Implementations§
Source§impl Debug for BatchToSpace
impl Debug for BatchToSpace
Source§impl Default for BatchToSpace
impl Default for BatchToSpace
Source§fn default() -> BatchToSpace
fn default() -> BatchToSpace
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for BatchToSpace
impl RefUnwindSafe for BatchToSpace
impl Send for BatchToSpace
impl Sync for BatchToSpace
impl Unpin for BatchToSpace
impl UnwindSafe for BatchToSpace
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more