Skip to content

Commit

Permalink
[onert] Modify enumeration of cos in shape inference (Samsung#1981)
Browse files Browse the repository at this point in the history
Modify enumeration of cos in shape inference

ONE-DCO-1.0-Signed-off-by: sungho22.lee <[email protected]>
  • Loading branch information
intom authored Jun 8, 2020
1 parent cb2c05a commit 1c9dd64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/onert/core/src/util/shapeinf/Cos.cc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ void StaticInferer::visit(const ir::operation::Cos &op)

void DynamicInferer::visit(const ir::operation::Cos &op)
{
handleSimpleUnaryOp(op, op.getInputs().at(ir::operation::Cos::INPUT));
handleSimpleUnaryOp(op, op.getInputs().at(ir::operation::Cos::Input::INPUT));
}

} // namespace shape_inference
Expand Down

0 comments on commit 1c9dd64

Please sign in to comment.