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 3cceceb commit e467d58Copy full SHA for e467d58
ci_build/azure_pipelines/onnxruntime_nightly_test.yml
@@ -7,7 +7,7 @@ stages:
7
parameters:
8
platforms: ['linux', 'windows']
9
python_versions: ['3.7', '3.6']
10
- tf_versions: ['1.13.1','1.12.3']
+ tf_versions: ['1.13.1']
11
onnx_opsets: ['']
12
onnx_backends: {onnxruntime: ['nightly']}
13
job:
tests/test_backend.py
@@ -80,7 +80,7 @@
80
resize_bilinear = tf.compat.v1.image.resize_bilinear
81
is_nan = tf.math.is_nan
82
is_inf = tf.math.is_inf
83
- floormod = tf.math.floormod
+ floormod = tf.floormod
84
matrix_diag_part = tf.compat.v1.matrix_diag_part
85
else:
86
conv2d_backprop_input = tf.nn.conv2d_backprop_input
0 commit comments