Struct tensorflow::ops::ImageProjectiveTransformV3
source · pub struct ImageProjectiveTransformV3 { /* private fields */ }
Expand description
Builder for the ImageProjectiveTransformV3
operation.
Implementations§
source§impl ImageProjectiveTransformV3
impl ImageProjectiveTransformV3
sourcepub fn interpolation<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn interpolation<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the interpolation
attribute.
sourcepub fn fill_mode<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn fill_mode<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the fill_mode
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>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>(
&self,
images: O0,
transforms: O1,
output_shape: O2,
fill_value: O3,
scope: &mut Scope
) -> Result<Operation>
pub fn build<O0: Into<Output>, O1: Into<Output>, O2: Into<Output>, O3: Into<Output>>( &self, images: O0, transforms: O1, output_shape: O2, fill_value: O3, scope: &mut Scope ) -> Result<Operation>
Builds the ImageProjectiveTransformV3
operation.
sourcepub fn build_instance(
&self,
images: Output,
transforms: Output,
output_shape: Output,
fill_value: Output,
scope: &mut Scope
) -> Result<ImageProjectiveTransformV3Inst>
pub fn build_instance( &self, images: Output, transforms: Output, output_shape: Output, fill_value: Output, scope: &mut Scope ) -> Result<ImageProjectiveTransformV3Inst>
Builds a new instance of ‘ImageProjectiveTransformV3’ Operation with it’s Outputs and Inputs exposed as methods.
Trait Implementations§
source§impl Debug for ImageProjectiveTransformV3
impl Debug for ImageProjectiveTransformV3
source§impl Default for ImageProjectiveTransformV3
impl Default for ImageProjectiveTransformV3
source§fn default() -> ImageProjectiveTransformV3
fn default() -> ImageProjectiveTransformV3
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for ImageProjectiveTransformV3
impl Send for ImageProjectiveTransformV3
impl Sync for ImageProjectiveTransformV3
impl Unpin for ImageProjectiveTransformV3
impl UnwindSafe for ImageProjectiveTransformV3
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