Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _any_log_contains (2.65 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

            )
          finally:
            # Restore the logger verbosity.
            logging.set_verbosity(prev_log_level)
    
          self.assertNotEmpty(info_logs.records)
          self.assertTrue(
              self._any_log_contains(
                  'Calibration step is executed in graph mode.',
                  info_logs.records,
              )
          )
    
    
    class TensorNamePreservationTest(quantize_model_test_base.QuantizedModelTest):
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 235.6K bytes
    - Viewed (0)
Back to top