Struct tensorflow::ops::Conv3DBackpropInput
source · [−]pub struct Conv3DBackpropInput { /* private fields */ }
Expand description
Builder for the Conv3DBackpropInput
operation.
Implementations
sourceimpl Conv3DBackpropInput
impl Conv3DBackpropInput
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
sourceimpl Debug for Conv3DBackpropInput
impl Debug for Conv3DBackpropInput
sourceimpl Default for Conv3DBackpropInput
impl Default for Conv3DBackpropInput
sourcefn default() -> Conv3DBackpropInput
fn default() -> Conv3DBackpropInput
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for Conv3DBackpropInput
impl Send for Conv3DBackpropInput
impl Sync for Conv3DBackpropInput
impl Unpin for Conv3DBackpropInput
impl UnwindSafe for Conv3DBackpropInput
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more