Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 319 for VISIBILITY (0.33 sec)

  1. guava-tests/test/com/google/common/base/JoinerTest.java

        tester.testInstanceMethods(Joiner.on(","), NullPointerTester.Visibility.PACKAGE);
        tester.testInstanceMethods(Joiner.on(",").skipNulls(), NullPointerTester.Visibility.PACKAGE);
        tester.testInstanceMethods(
            Joiner.on(",").useForNull("x"), NullPointerTester.Visibility.PACKAGE);
        tester.testInstanceMethods(
            Joiner.on(",").withKeyValueSeparator("="), NullPointerTester.Visibility.PACKAGE);
      }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/tensorflow/python/BUILD

    cc_library(
        name = "quantize_model_cc_impl",
        srcs = ["quantize_model.cc"],
        hdrs = ["quantize_model.h"],
        compatible_with = get_compatible_with_portable(),
        visibility = [
            # Directly linked to `libtensorflow_cc.so` or
            # `_pywrap_tensorflow_internal.so` if static build.
            "//tensorflow:__pkg__",
            "//tensorflow/python:__pkg__",
        ],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 17 03:36:50 UTC 2024
    - 18.8K bytes
    - Viewed (0)
  3. tensorflow/c/experimental/ops/gen/cpp/BUILD

        licenses = ["notice"],
    )
    
    cc_library(
        name = "cpp",
        srcs = glob(
            ["*.cc"],
            exclude = ["*_test.cc"],
        ),
        hdrs = glob(["*.h"]),
        visibility = ["//tensorflow/c/experimental/ops/gen:__pkg__"],
        deps = [
            "//tensorflow/c/experimental/ops/gen/common",
            "//tensorflow/c/experimental/ops/gen/cpp/renderers",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Nov 17 15:20:54 UTC 2022
    - 1.3K bytes
    - Viewed (0)
  4. analysis/analysis-api-fe10/src/org/jetbrains/kotlin/analysis/api/descriptors/symbols/psiBased/base/KtFe10PsiSymbolUtils.kt

    import org.jetbrains.kotlin.descriptors.ClassDescriptorWithResolutionScopes
    import org.jetbrains.kotlin.descriptors.Modality
    import org.jetbrains.kotlin.descriptors.Visibilities
    import org.jetbrains.kotlin.descriptors.Visibility
    import org.jetbrains.kotlin.lexer.KtTokens
    import org.jetbrains.kotlin.name.CallableId
    import org.jetbrains.kotlin.name.FqName
    import org.jetbrains.kotlin.name.Name
    import org.jetbrains.kotlin.psi.*
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 09:59:11 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  5. tensorflow/c/experimental/ops/gen/cpp/renderers/BUILD

        licenses = ["notice"],
    )
    
    cc_library(
        name = "renderers",
        srcs = glob(
            ["*.cc"],
            exclude = ["*_test.cc"],
        ),
        hdrs = glob(["*.h"]),
        visibility = ["//tensorflow/c/experimental/ops/gen/cpp:__pkg__"],
        deps = [
            "//tensorflow/c/experimental/ops/gen/common",
            "//tensorflow/c/experimental/ops/gen/cpp/views",
            "//tensorflow/core:framework_internal",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 04 21:13:03 UTC 2024
    - 1.2K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/BUILD

            "@local_xla//xla/mlir/framework/ir:xla_framework",
            "@local_xla//xla/mlir/framework/transforms:passes",
            "@local_xla//xla/mlir_hlo:all_passes",
        ],
    )
    
    cc_library(
        name = "passes",
        visibility = [
            ":__subpackages__",
            "//tensorflow/python:__subpackages__",
        ],
        deps = [
            "@llvm-project//mlir:AffineDialect",
            "@llvm-project//mlir:QuantOps",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/base/JoinerTest.java

        tester.testInstanceMethods(Joiner.on(","), NullPointerTester.Visibility.PACKAGE);
        tester.testInstanceMethods(Joiner.on(",").skipNulls(), NullPointerTester.Visibility.PACKAGE);
        tester.testInstanceMethods(
            Joiner.on(",").useForNull("x"), NullPointerTester.Visibility.PACKAGE);
        tester.testInstanceMethods(
            Joiner.on(",").withKeyValueSeparator("="), NullPointerTester.Visibility.PACKAGE);
      }
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Feb 09 15:49:48 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/common/python/BUILD

        ],
        licenses = ["notice"],
    )
    
    pytype_strict_library(
        name = "testing",
        srcs = ["testing.py"],
        tags = ["no_pip"],
        visibility = ["//visibility:public"],
    )
    
    tf_py_strict_test(
        name = "testing_test",
        srcs = ["testing_test.py"],
        deps = [
            ":testing",
            "//tensorflow/python/platform:client_testlib",
        ],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Feb 23 04:19:17 UTC 2024
    - 749 bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/experimental/common/BUILD

    cc_library(
        name = "outline_operations",
        srcs = ["outline_operations.cc"],
        hdrs = ["outline_operations.h"],
        compatible_with = get_compatible_with_portable(),
        visibility = ["//visibility:public"],
        deps = [
            "//tensorflow/compiler/mlir/lite:tensorflow_lite",
            "//tensorflow/compiler/mlir/tensorflow:cluster_util",
            "@com_google_absl//absl/strings",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jul 10 22:54:09 UTC 2023
    - 755 bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/stablehlo/BUILD

        deps = [
            "@pybind11",
            "@stablehlo//:stablehlo_portable_api",
        ],
    )
    
    pytype_strict_library(
        name = "stablehlo",
        srcs = ["stablehlo.py"],
        srcs_version = "PY3",
        visibility = ["//visibility:public"],
        deps = [
            ":stablehlo_extension",
        ],
    )
    
    py_strict_test(
        name = "stablehlo_test",
        srcs = ["stablehlo_test.py"],
        python_version = "PY3",
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 09 18:15:11 UTC 2024
    - 1.3K bytes
    - Viewed (0)
Back to top