Struct tensorflow::eager::raw_ops::FractionalMaxPoolGrad
source · pub struct FractionalMaxPoolGrad { /* private fields */ }
Expand description
FractionalMaxPoolGrad
See : https://www.tensorflow.org/api_docs/python/tf/raw_ops/FractionalMaxPoolGrad
Implementations§
source§impl FractionalMaxPoolGrad
impl FractionalMaxPoolGrad
sourcepub fn overlapping<ArgType: Into<bool>>(self, value: ArgType) -> Self
pub fn overlapping<ArgType: Into<bool>>(self, value: ArgType) -> Self
Sets the overlapping
attribute.
sourcepub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
pub fn target_device_name<ArgType: Into<String>>(self, value: ArgType) -> Self
Sets the `` attribute.
sourcepub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>, T4: ToTensorHandle<'a>>(
&self,
ctx: &'a Context,
orig_input: &T0,
orig_output: &T1,
out_backprop: &T2,
row_pooling_sequence: &T3,
col_pooling_sequence: &T4
) -> Result<TensorHandle<'a>>
pub fn call<'a, T0: ToTensorHandle<'a>, T1: ToTensorHandle<'a>, T2: ToTensorHandle<'a>, T3: ToTensorHandle<'a>, T4: ToTensorHandle<'a>>( &self, ctx: &'a Context, orig_input: &T0, orig_output: &T1, out_backprop: &T2, row_pooling_sequence: &T3, col_pooling_sequence: &T4 ) -> Result<TensorHandle<'a>>
Execute fractional_max_pool_grad.
Trait Implementations§
source§impl Clone for FractionalMaxPoolGrad
impl Clone for FractionalMaxPoolGrad
source§fn clone(&self) -> FractionalMaxPoolGrad
fn clone(&self) -> FractionalMaxPoolGrad
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FractionalMaxPoolGrad
impl Debug for FractionalMaxPoolGrad
Auto Trait Implementations§
impl RefUnwindSafe for FractionalMaxPoolGrad
impl Send for FractionalMaxPoolGrad
impl Sync for FractionalMaxPoolGrad
impl Unpin for FractionalMaxPoolGrad
impl UnwindSafe for FractionalMaxPoolGrad
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