Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tf_python_pybind_extension (0.21 sec)

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

    load("//tensorflow:pytype.default.bzl", "pytype_strict_library")
    load(
        "//tensorflow:tensorflow.default.bzl",
        "get_compatible_with_portable",
        "tf_py_strict_test",
        "tf_python_pybind_extension",
    )
    
    package(
        # copybara:uncomment default_applicable_licenses = ["//tensorflow:license"],
        default_visibility = [
            "//tensorflow/compiler/mlir/quantization/stablehlo:__subpackages__",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfr/BUILD

    load(
        "//tensorflow:tensorflow.bzl",
        "tf_cc_binary",
        "tf_cc_test",
    )
    load("//tensorflow:tensorflow.default.bzl", "get_compatible_with_portable", "tf_py_strict_test", "tf_python_pybind_extension")
    load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
    load("//tensorflow/compiler/mlir/tfr:build_defs.bzl", "gen_op_libraries")
    load("//tensorflow/core/platform:rules_cc.bzl", "cc_library")
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top