Crate caffe2op_summarize
source ·Structs
- | Summarize computes four statistics | of the input tensor (Tensor)- min, max, | mean and standard deviation. | | The output will be written to a 1-D tensor | of size 4 if an output tensor is provided. | | Else, if the argument ‘to_file’ is greater | than 0, the values are written to a log | file in the root folder. |