Skip to content

Commit

Permalink
Update tests/layer_tests/tensorflow_tests/test_tf_BiasAdd.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rkazants authored Mar 30, 2024
1 parent b4ab56f commit 82f8046
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/layer_tests/tensorflow_tests/test_tf_BiasAdd.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def _prepare_input(self, inputs_info):

return inputs_data

def create_complex_bias_add_net(self, input_shape, bias_shape, data_format, ir_version, use_legacy_frontend, output_type=tf.float64):
def create_complex_bias_add_net(self, input_shape, bias_shape, data_format, ir_version, use_legacy_frontend, output_type=tf.float32):
tf.compat.v1.reset_default_graph()

with tf.compat.v1.Session() as sess:
Expand Down

0 comments on commit 82f8046

Please sign in to comment.