Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for quantize_model_test (0.27 sec)

  1. tensorflow/compiler/mlir/quantization/stablehlo/python/BUILD

    #         "//tensorflow/python/types:core",
    #         "@absl_py//absl/testing:parameterized",
    #     ],
    # )
    #
    # tf_py_strict_test(
    #     name = "quantize_model_test",
    #     srcs = ["integration_test/quantize_model_test.py"],
    #     shard_count = 50,  # Parallelize the test to avoid timeouts.
    #     deps = [
    #         ":quantization",
    #         ":quantize_model_test_base",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 20:18:36 UTC 2024
    - 7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/quantization/lite/BUILD

            "//tensorflow/lite:framework",
            "//tensorflow/lite/c:c_api_types",
            "@llvm-project//llvm:Support",
        ],
    )
    
    tf_cc_test(
        name = "quantize_model_test",
        srcs = ["quantize_model_test.cc"],
        args = [
            "--test_model_file=$(location //tensorflow/lite/tools/optimize:testdata/single_conv_weights_min_0_max_plus_10.bin)",
        ],
        data = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/tensorflow/python/pywrap_quantize_model_test.py

    # ==============================================================================
    """Test cases for pywrap_quantize_model.
    
    These test cases are mostly for validation checks. Tests for functionalities
    are at `quantize_model_test.py`.
    """
    from tensorflow.compiler.mlir.quantization.tensorflow.python import py_function_lib
    from tensorflow.compiler.mlir.quantization.tensorflow.python import pywrap_quantize_model
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 05 02:09:24 UTC 2024
    - 2.7K bytes
    - Viewed (0)
Back to top