Crate caffe2op_if
source ·Structs
- | ‘If’ control operator, first input | is a scalar boolean blob that stores | condition value. | | Accepts ‘then_net’ (required) and | ‘else_net’ (optional) arguments for | ‘then’ and ‘else’ subnets respectively. | | Subnets are executed in the same workspace | as ‘If’. |