pub struct ReduceMean { /* private fields */ }
Expand description
Reduce mean node.
Implementations§
Trait Implementations§
Source§impl AsRef<Node> for ReduceMean
impl AsRef<Node> for ReduceMean
Source§impl Into<Node> for ReduceMean
impl Into<Node> for ReduceMean
Source§impl Into<NodeProto> for ReduceMean
impl Into<NodeProto> for ReduceMean
Auto Trait Implementations§
impl Freeze for ReduceMean
impl !RefUnwindSafe for ReduceMean
impl !Send for ReduceMean
impl !Sync for ReduceMean
impl Unpin for ReduceMean
impl !UnwindSafe for ReduceMean
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