(self)
| 265 | # TODO: Can optimize some case to Scale + Reshape |
| 266 | # (lhs_shape[1] == rhs_shape[1] and all(i == 1 for i in rhs_shape[2:])) |
| 267 | def set_attr(self): |
| 268 | self.layer.eltwise_param.operation = ppl_caffe_pb2.EltwiseParameter.PROD |
| 269 | |
| 270 | def parse(self): |
| 271 | self.set_attr() |