Skip to content

Commit e467d58

Browse files
committed
fix nightly tf-1.13 ... no tf.math.floormod
1 parent 3cceceb commit e467d58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci_build/azure_pipelines/onnxruntime_nightly_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ stages:
77
parameters:
88
platforms: ['linux', 'windows']
99
python_versions: ['3.7', '3.6']
10-
tf_versions: ['1.13.1','1.12.3']
10+
tf_versions: ['1.13.1']
1111
onnx_opsets: ['']
1212
onnx_backends: {onnxruntime: ['nightly']}
1313
job:

tests/test_backend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@
8080
resize_bilinear = tf.compat.v1.image.resize_bilinear
8181
is_nan = tf.math.is_nan
8282
is_inf = tf.math.is_inf
83-
floormod = tf.math.floormod
83+
floormod = tf.floormod
8484
matrix_diag_part = tf.compat.v1.matrix_diag_part
8585
else:
8686
conv2d_backprop_input = tf.nn.conv2d_backprop_input

0 commit comments

Comments
 (0)