pub struct View { /* private fields */ }
Expand description
View op
Implementations
Trait Implementations
The number of input needs by this op.
The number of output produced by this op.
Given the forward input value and backward output_grad, Update weight gradient. return backward input gradeint. Read more
access weight values