(self, op_type)
| 3561 | self.desc.infer_shape(self.block.desc) |
| 3562 | |
| 3563 | def _has_kernel(self, op_type): |
| 3564 | return op_type not in self.OP_WITHOUT_KERNEL_SET |
| 3565 | |
| 3566 | def to_string(self, throw_on_error): |
| 3567 | """ |
no outgoing calls
no test coverage detected