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