Struct tensorflow::ops::ExtractVolumePatches
source · pub struct ExtractVolumePatches { /* private fields */ }
Expand description
Builder for the ExtractVolumePatches
operation.
Implementations§
source§impl ExtractVolumePatches
impl ExtractVolumePatches
sourcepub fn ksizes<ArgType: Into<Vec<i64>>>(self, value: ArgType) -> Self
pub fn ksizes<ArgType: Into<Vec<i64>>>(self, value: ArgType) -> Self
Sets the ksizes
attribute.
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 add_control_input(self, op: Operation) -> Self
pub fn add_control_input(self, op: Operation) -> Self
Adds a control input.
sourcepub fn build<O0: Into<Output>>(
&self,
input: O0,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>>( &self, input: O0, scope: &mut Scope ) -> Result<Operation>
Builds the ExtractVolumePatches
operation.
sourcepub fn build_instance(
&self,
input: Output,
scope: &mut Scope
) -> Result<ExtractVolumePatchesInst>
pub fn build_instance( &self, input: Output, scope: &mut Scope ) -> Result<ExtractVolumePatchesInst>
Builds a new instance of ‘ExtractVolumePatches’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for ExtractVolumePatches
impl Debug for ExtractVolumePatches
source§impl Default for ExtractVolumePatches
impl Default for ExtractVolumePatches
source§fn default() -> ExtractVolumePatches
fn default() -> ExtractVolumePatches
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ExtractVolumePatches
impl Send for ExtractVolumePatches
impl Sync for ExtractVolumePatches
impl Unpin for ExtractVolumePatches
impl UnwindSafe for ExtractVolumePatches
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