pub struct FusedBatchNormGrad { /* private fields */ }
Expand description
Builder for the FusedBatchNormGrad
operation.
Implementations§
Source§impl FusedBatchNormGrad
impl FusedBatchNormGrad
Sourcepub fn data_format<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn data_format<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the data_format
attribute.
Sourcepub fn is_training<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn is_training<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the is_training
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 FusedBatchNormGrad
impl Debug for FusedBatchNormGrad
Source§impl Default for FusedBatchNormGrad
impl Default for FusedBatchNormGrad
Source§fn default() -> FusedBatchNormGrad
fn default() -> FusedBatchNormGrad
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FusedBatchNormGrad
impl RefUnwindSafe for FusedBatchNormGrad
impl Send for FusedBatchNormGrad
impl Sync for FusedBatchNormGrad
impl Unpin for FusedBatchNormGrad
impl UnwindSafe for FusedBatchNormGrad
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