Crate caffe2op_while

source ·

Structs

  • | ‘While’ control operator, first input | is a scalar boolean blob that stores | loop’s condition value. | | Accepts ‘loop_net’ (required) and | ‘cond_net’ (optional) arguments for | loop’s body and condition subnets respectively. | | If condition subnet is specified, it | is executed before the first and after | each iteration. | | Subnets are executed in the same workspace | as ‘While’. |