Crate caffe2op_moments

source ·

Structs

  • | Computes the mean and variance of the | input tensor’s element along the provided | axes. The resulted tensor has the same | rank as the input if keepdims equals | True. | | If keepdims equals False, then the resulted | tensor have the reduced dimension pruned. |