Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for src1 (0.1 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/utils/BUILD

        default_visibility = [
            "//tensorflow/compiler/mlir/tf2xla/internal:__subpackages__",
        ],
        licenses = ["notice"],
    )
    
    cc_library(
        name = "dialect_detection_utils",
        srcs = [
            "dialect_detection_utils.cc",
        ],
        hdrs = [
            "dialect_detection_utils.h",
        ],
        deps = [
            "//tensorflow/compiler/mlir/tensorflow",
            "//tensorflow/core:framework",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 13 23:59:33 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/quantization/lite/BUILD

    tf_cc_binary(
        name = "tfl_quantizer",
        srcs = [
            "tfl_quantizer.cc",
        ],
        deps = [
            ":quantize_model",
            "//tensorflow/compiler/mlir/lite/schema:schema_fbs",
            "//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 = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 23:15:24 UTC 2024
    - 8.3K bytes
    - Viewed (0)
Back to top