We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34c8512 commit 0052e50Copy full SHA for 0052e50
tests/keras2onnx_unit_tests/test_subclassing.py
@@ -4,7 +4,7 @@
4
import mock_keras2onnx
5
import numpy as np
6
import tensorflow as tf
7
-from tf2onnx.keras2onnx_api import convert_keras
+from test_utils import convert_keras_for_test as convert_keras
8
from mock_keras2onnx.proto import is_tensorflow_older_than
9
10
if (not mock_keras2onnx.proto.is_tf_keras) or (not mock_keras2onnx.proto.tfcompat.is_tf2):
0 commit comments