Crate caffe2op_isempty

source ·

Structs

  • | The IsEmpty op accepts a single input | $tensor$, and produces a single boolean | output $is_empty$. | | The output is | | True if and only if $tensor$ has size | == 0. | | Github Links: | | - https://github.com/caffe2/caffe2/blob/master/caffe2/operators/utility_ops.cc | | - https://github.com/caffe2/caffe2/blob/master/caffe2/operators/utility_ops.h |