pub struct TinyNerf { /* private fields */ }Expand description
Tiny NeRF MLP: 3 hidden layers + output layer.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TinyNerf
impl RefUnwindSafe for TinyNerf
impl Send for TinyNerf
impl Sync for TinyNerf
impl Unpin for TinyNerf
impl UnsafeUnpin for TinyNerf
impl UnwindSafe for TinyNerf
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