Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for quantize_model_test_base (0.32 sec)

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

    Doyeon Kim <******@****.***> 1711010488 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 21 08:51:46 UTC 2024
    - 51.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/python/integration_test/quantize_model_test_base.py

    Thai Nguyen <******@****.***> 1715662454 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 18.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/stablehlo/python/BUILD

            "//tensorflow/core:protos_all_py",
        ],
    )
    
    # copybara:uncomment_begin(google-only)
    # pytype_strict_library(
    #     name = "quantize_model_test_base",
    #     testonly = 1,
    #     srcs = ["integration_test/quantize_model_test_base.py"],
    #     tags = ["no_pip"],
    #     visibility = [
    #         "//learning/brain/mlir/quantization/stablehlo:__subpackages__",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 20:18:36 UTC 2024
    - 7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/tensorflow/python/BUILD

            "//third_party/py/numpy",
            "@absl_py//absl/testing:parameterized",
        ],
    )
    
    pytype_strict_library(
        name = "quantize_model_test_base",
        testonly = 1,
        srcs = ["integration_test/quantize_model_test_base.py"],
        tags = ["no_pip"],
        deps = [
            ":representative_dataset",
            "//tensorflow:tensorflow_py",
            "//tensorflow/core:protos_all_py",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/stablehlo/python/integration_test/quantize_model_test.py

    from tensorflow.compiler.mlir.quantization.stablehlo.python import quantization
    from tensorflow.compiler.mlir.quantization.stablehlo.python.integration_test import quantize_model_test_base
    from tensorflow.compiler.mlir.quantization.tensorflow.python import representative_dataset as repr_dataset
    from tensorflow.python.eager import def_function
    from tensorflow.python.framework import dtypes
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 06:31:57 UTC 2024
    - 51.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/tensorflow/python/integration_test/quantize_model_test.py

    from tensorflow.compiler.mlir.quantization.tensorflow.python import save_model
    from tensorflow.compiler.mlir.quantization.tensorflow.python.integration_test import quantize_model_test_base
    from tensorflow.core.framework import attr_value_pb2
    from tensorflow.core.framework import graph_pb2
    from tensorflow.core.framework import node_def_pb2
    from tensorflow.core.framework import tensor_pb2
    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