Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for com_github_grpc_grpc (0.41 seconds)

  1. MODULE.bazel

    bazel_dep(name = "rules_closure", version = "0.15.0", repo_name = "io_bazel_rules_closure")
    bazel_dep(name = "grpc", version = "1.78.0", repo_name = "com_github_grpc_grpc")
    single_version_override(
        module_name = "grpc",
        patch_strip = 1,
        patches = ["//third_party:grpc.patch"],
        version = "1.78.0",
    )
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Apr 02 01:32:13 GMT 2026
    - 11K bytes
    - Click Count (0)
  2. tensorflow/BUILD

        visibility = ["//visibility:public"],
        deps = select({
            "//conditions:default": ["@com_github_grpc_grpc//:grpc"],
        }),
    )
    
    cc_library(
        name = "grpc++",
        visibility = ["//visibility:public"],
        deps = select({
            "//conditions:default": ["@com_github_grpc_grpc//:grpc++"],
        }),
    )
    # copybara:comment_end
    
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Tue Mar 24 21:00:18 GMT 2026
    - 53.1K bytes
    - Click Count (0)
  3. ci/official/utilities/code_check_full.bats

    @bazel_tools//tools
    @jpegxl//lib
    @local
    @xla//xla
    @tsl//tsl
    @com_google_absl//absl
    @pybind11_abseil//pybind11_abseil
    @org_tensorflow//
    @com_github_googlecloudplatform_google_cloud_cpp//google
    @com_github_grpc_grpc//src/compiler
    @com_google_protobuf//upb_generator
    @llvm-project//third-party/siphash
    @platforms//os
    @ml_dtypes_py//ml_dtypes
    @ruy//
    @rules_java_builtin//toolchains
    @rules_ml_toolchain//
    @rules_python//
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Wed Jan 28 22:41:17 GMT 2026
    - 13.6K bytes
    - Click Count (0)
Back to Top