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 9dc53f6 commit c35be72Copy full SHA for c35be72
tensorflow_model_optimization/python/core/internal/tensor_encoding/stages/stages_impl_test.py
@@ -153,7 +153,8 @@ def test_encoding_randomized(self):
153
((9, 7), (9, 8))])
154
def test_with_multiple_input_shapes(self, input_dims, expected_output_dims):
155
test_data = self.run_one_to_many_encode_decode(
156
- self.default_encoding_stage(), lambda: tf.random.normal(input_dims))
+ self.default_encoding_stage(),
157
+ lambda: tf.random.stateless_normal(input_dims, (7, 77)))
158
self.common_asserts_for_test_data(test_data)
159
# Make sure output shape is as expected.
160
self.assertEqual(
0 commit comments