Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ModelWithAdd (0.1 sec)

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

      """Tests involving multiple threads."""
    
      def setUp(self):
        super(MultiThreadedTest, self).setUp()
        self.pool = futures.ThreadPoolExecutor(max_workers=4)
    
      def _convert_with_calibration(self):
        class ModelWithAdd(autotrackable.AutoTrackable):
          """Basic model with addition."""
    
          @def_function.function(
              input_signature=[
                  tensor_spec.TensorSpec(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Sep 11 00:47:05 UTC 2023
    - 3.6K bytes
    - Viewed (0)
Back to top