Skip to content

Commit

Permalink
Update dct.py
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Apr 15, 2020
1 parent 5222349 commit 0d20660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onnxmltools/convert/sparkml/operator_converters/dct.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


def convert_sparkml_dct(scope, operator, container):
op = operator.raw_operator
# op = operator.raw_operator
# inverse = op.getInverse()
K = operator.inputs[0].type.shape[1]
two_sqrt_n = math.sqrt(2. / K)
Expand Down

0 comments on commit 0d20660

Please sign in to comment.