Crate caffe2op_mean
source ·Structs
- | Element-wise mean of an arbitrary number | of input tensors. This operation can | be performed in-place, by using the | first input blob as the output blob. | All inputs must have the same shape and | data type, and the output will have the | same shape as the inputs. | | Github Link: | | - https://github.com/pytorch/pytorch/blob/master/caffe2/operators/mean_op.cc |