Skip to content

Commit

Permalink
ffi: add missing binding for FixedPointMultiplyAttrs (#8353)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Stahl authored Jun 27, 2021
1 parent b71b837 commit 4ff5cef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions python/tvm/relay/op/op_attrs.py
Original file line number Diff line number Diff line change
Expand Up @@ -577,3 +577,8 @@ class UniformAttrs(Attrs):
@tvm._ffi.register_object("relay.attrs.NLLLossAttrs")
class NLLLossAttrs(Attrs):
"""Attributes for nn.nll_loss"""


@tvm._ffi.register_object("relay.attrs.FixedPointMultiplyAttrs")
class FixedPointMultiplyAttrs(Attrs):
"""Attributes used in fixed_point_multiply operators"""

0 comments on commit 4ff5cef

Please sign in to comment.