Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 128 for defs (0.04 sec)

  1. tensorflow/compiler/mlir/tfrt/tests/tfrt_fallback/BUILD

    #     enable_xprof = True,
    #     includes = ["third_party/tf_runtime/include"],
    #     owners = ["tf-runtime-testing"],
    #     tags = [
    #         "need_main",
    #         "no_gpu",
    #     ],
    #     deps = [
    #         "//base",
    #         "//devtools/build/runtime:get_runfiles_dir",
    #         "@com_google_absl//absl/log:check",
    #         "//tensorflow/compiler/mlir/tfrt/ir:tfrt_fallback_async_opdefs",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  2. maven-core/src/main/java/org/apache/maven/project/artifact/DefaultProjectArtifactsCache.java

                version = project.getVersion();
    
                Set<String> deps = new LinkedHashSet<>();
                if (project.getDependencyArtifacts() != null) {
                    for (Artifact dep : project.getDependencyArtifacts()) {
                        deps.add(dep.toString());
                    }
                }
                dependencyArtifacts = Collections.unmodifiableSet(deps);
    
                workspace = RepositoryUtils.getWorkspace(session);
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Feb 28 23:31:49 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  3. prow/release-commit.sh

    ignoreVulnerability: true
    dependencies:
    ${DEPENDENCIES:-$(cat <<EOD
      istio:
        localpath: ${ROOT}
      api:
        git: https://github.com/istio/api
        auto: modules
      proxy:
        git: https://github.com/istio/proxy
        auto: deps
      client-go:
        git: https://github.com/istio/client-go
        branch: master
      test-infra:
        git: https://github.com/istio/test-infra
        branch: master
      tools:
        git: https://github.com/istio/tools
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Jun 12 18:57:28 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  4. tensorflow/c/experimental/saved_model/internal/testdata/BUILD

    # directory, to generate the test files used by the filegroup rule below.
    py_strict_binary(
        name = "gen_saved_models",
        srcs = ["gen_saved_models.py"],
        python_version = "PY3",
        deps = [
            "//tensorflow/python/compat:v2_compat",
            "//tensorflow/python/eager:def_function",
            "//tensorflow/python/framework:constant_op",
            "//tensorflow/python/framework:dtypes",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  5. manifests/charts/istio-control/istio-discovery/templates/NOTES.txt

        * https://istio.io/latest/news/security/
        * https://istio.io/latest/docs/ops/best-practices/security/
    
    For further documentation see https://istio.io website
    
    {{-
      $deps := dict
        "global.outboundTrafficPolicy" "meshConfig.outboundTrafficPolicy"
        "global.certificates" "meshConfig.certificates"
        "global.localityLbSetting" "meshConfig.localityLbSetting"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 20:02:28 UTC 2024
    - 4.6K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfrt/tests/ir/BUILD

            "@llvm-project//mlir:run_lit.sh",
        ],
    )
    
    tf_cc_test(
        name = "tfrt_fallback_util_test",
        srcs = ["tfrt_fallback_util_test.cc"],
        data = [
            "testdata/test.mlir",
        ],
        deps = [
            "//tensorflow/compiler/mlir/tfrt/ir:tfrt_fallback_async_opdefs",
            "//tensorflow/compiler/mlir/tfrt/ir:tfrt_fallback_sync_opdefs",
            "//tensorflow/compiler/mlir/tfrt/ir:tfrt_fallback_util",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  7. platforms/jvm/language-java/src/main/java/org/gradle/api/internal/tasks/compile/incremental/deps/IntSetSerializer.java

     * See the License for the specific language governing permissions and
     * limitations under the License.
     */
    
    package org.gradle.api.internal.tasks.compile.incremental.deps;
    
    import it.unimi.dsi.fastutil.ints.IntIterator;
    import it.unimi.dsi.fastutil.ints.IntOpenHashSet;
    import it.unimi.dsi.fastutil.ints.IntSet;
    import it.unimi.dsi.fastutil.ints.IntSets;
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 26 15:22:57 UTC 2024
    - 1.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/quantization/stablehlo/tests/BUILD

            "@llvm-project//llvm:not",
            "@llvm-project//mlir:run_lit.sh",
        ],
    )
    
    tf_cc_test(
        name = "fill_quantization_options_test",
        srcs = ["fill_quantization_options_test.cc"],
        deps = [
            "//tensorflow/compiler/mlir/quantization/stablehlo:fill_quantization_options",
            "//tensorflow/compiler/mlir/quantization/stablehlo:quantization_options_proto_cc",
            "@com_google_googletest//:gtest_main",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/BUILD

        testonly = True,
        srcs = glob(
            [
                "reducer/*.sh",
            ],
        ),
    )
    
    tf_cc_test(
        name = "xla_sharding_util_test",
        srcs = ["xla_sharding_util_test.cc"],
        deps = [
            "//tensorflow/compiler/mlir/tensorflow:xla_sharding_util",
            "@com_google_absl//absl/strings",
            "@com_google_googletest//:gtest_main",
            "@llvm-project//mlir:Support",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  10. .github/workflows/test-redistribute.yml

          - name: Run source distribution tests
            run: |
              cd dist/fastapi*/
              bash scripts/test.sh
          - name: Build wheel distribution
            run: |
              cd dist
              pip wheel --no-deps fastapi*.tar.gz
          - name: Dump GitHub context
            env:
              GITHUB_CONTEXT: ${{ toJson(github) }}
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue May 07 18:31:27 UTC 2024
    - 1.4K bytes
    - Viewed (0)
Back to top