pub enum DeepFusionPoolMethod {
Average,
Max,
}Expand description
Element-wise reduction used by a graph-aware deep-fusion pooling layer.
Variants§
Trait Implementations§
Source§impl Clone for DeepFusionPoolMethod
impl Clone for DeepFusionPoolMethod
Source§fn clone(&self) -> DeepFusionPoolMethod
fn clone(&self) -> DeepFusionPoolMethod
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DeepFusionPoolMethod
Source§impl Debug for DeepFusionPoolMethod
impl Debug for DeepFusionPoolMethod
impl Eq for DeepFusionPoolMethod
Source§impl PartialEq for DeepFusionPoolMethod
impl PartialEq for DeepFusionPoolMethod
impl StructuralPartialEq for DeepFusionPoolMethod
Auto Trait Implementations§
impl Freeze for DeepFusionPoolMethod
impl RefUnwindSafe for DeepFusionPoolMethod
impl Send for DeepFusionPoolMethod
impl Sync for DeepFusionPoolMethod
impl Unpin for DeepFusionPoolMethod
impl UnsafeUnpin for DeepFusionPoolMethod
impl UnwindSafe for DeepFusionPoolMethod
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