Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for CalibrationOptionsTest (0.31 sec)

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

              method { static_range_ptq {} }
            }
            """,
            message=results,
        )
    
    
    @test_util.run_all_in_graph_and_eager_modes
    class CalibrationOptionsTest(quantize_model_test_base.QuantizedModelTest):
      """Test cases regarding the use of CalibrationOptions proto.
    
      Run all tests cases in both the graph mode (default in TF1) and the eager mode
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

          )
        else:
          assert False, f'Please add assertion for the op_set: {target_opset}.'
    
    
    @test_util.run_all_in_graph_and_eager_modes
    class CalibrationOptionsTest(quantize_model_test_base.QuantizedModelTest):
      """Test cases regarding the use of CalibrationOptions proto.
    
      Run all tests cases in both the graph mode (default in TF1) and the eager mode
    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