Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 10 of 40 for triton (0.07 seconds)

  1. MODULE.bazel

        "onednn",
        "onednn_async",
        "pthreadpool",
        "raft",
        "riegeli",
        "rocm_device_libs",
        "shardy",
        "slinky",
        "stablehlo",
        "tensorrt_oss_archive",
        "triton",
    )
    
    tf_third_party = use_extension("//third_party/extensions:third_party.bzl", "third_party_ext")
    use_repo(
        tf_third_party,
        "arm_neon_2_x86_sse",
    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

        "@pthreadpool//:__subpackages__",
        "@FXdiv//:__subpackages__",
        "@FP16//:__subpackages__",
        "@clog//:__subpackages__",
        "@flatbuffers//:__subpackages__",
        "@nccl_archive//:__subpackages__",
        "@triton//:__subpackages__",
        "@tsl//:__subpackages__",
        "@xla//:__subpackages__",
    ] + tsl_async_value_deps()
    
    package(
        # copybara:uncomment default_applicable_licenses = [":license"],
    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. okhttp/src/jvmMain/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.list

    *.spectrum.myjino.ru
    *.statics.cloud
    *.stg-builder.code.com
    *.stg.dev
    *.stgstage.dev
    *.stolos.io
    *.svc.firenet.ch
    *.sys.qcx.io
    *.telebit.xyz
    *.transurl.be
    *.transurl.eu
    *.transurl.nl
    *.triton.zone
    *.tst.site
    *.uberspace.de
    *.upsun.app
    *.us-east-1.airflow.amazonaws.com
    *.us-east-2.airflow.amazonaws.com
    *.us-west-1.airflow.amazonaws.com
    *.us-west-2.airflow.amazonaws.com
    *.user.fm
    Created: Fri Apr 03 11:42:14 GMT 2026
    - Last Modified: Tue May 27 22:00:49 GMT 2025
    - 129.6K bytes
    - Click Count (3)
  4. .github/workflows/pylint-presubmit.yml

        runs-on: ubuntu-latest
        steps:
        - name: Checkout code
          uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
        - name: Get file changes
          id: get_file_changes
          uses: trilom/file-changes-action@a6ca26c14274c33b15e6499323aac178af06ad4b # v1.2.4
          with:
            output: ' '
        - name: Report list of changed files
          run: |
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Jan 01 08:09:03 GMT 2026
    - 1.7K bytes
    - Click Count (0)
  5. android/guava-testlib/src/com/google/common/util/concurrent/testing/AbstractListenableFutureTest.java

      }
    
      /** Constructs a listenable future with a value available after the latch has counted down. */
      protected abstract <V> ListenableFuture<V> createListenableFuture(
          V value, @Nullable Exception except, CountDownLatch waitOn);
    
      /** Tests that the {@link Future#get()} method blocks until a value is available. */
      public void testGetBlocksUntilValueAvailable() throws Throwable {
    
        assertFalse(future.isDone());
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Jul 11 18:52:30 GMT 2025
    - 6.1K bytes
    - Click Count (0)
  6. guava-testlib/src/com/google/common/util/concurrent/testing/AbstractListenableFutureTest.java

      }
    
      /** Constructs a listenable future with a value available after the latch has counted down. */
      protected abstract <V> ListenableFuture<V> createListenableFuture(
          V value, @Nullable Exception except, CountDownLatch waitOn);
    
      /** Tests that the {@link Future#get()} method blocks until a value is available. */
      public void testGetBlocksUntilValueAvailable() throws Throwable {
    
        assertFalse(future.isDone());
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Fri Jul 11 18:52:30 GMT 2025
    - 6.1K bytes
    - Click Count (0)
  7. guava-tests/test/com/google/common/base/SplitterTest.java

        String jacksons = "arfo(Marlon)aorf, (Michael)orfa, afro(Jackie)orfa, ofar(Jemaine), aff(Tito)";
        Iterable<String> family =
            COMMA_SPLITTER
                .trimResults(CharMatcher.anyOf("afro").or(CharMatcher.whitespace()))
                .split(jacksons);
        assertThat(family)
            .containsExactly("(Marlon)", "(Michael)", "(Jackie)", "(Jemaine)", "(Tito)")
            .inOrder();
      }
    
      public void testStringSimpleSplit() {
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Mon Mar 16 15:59:55 GMT 2026
    - 29.7K bytes
    - Click Count (0)
  8. docs/ru/docs/deployment/manually.md

    Есть несколько альтернатив, например:
    
    * [Uvicorn](https://www.uvicorn.dev/): высокопроизводительный ASGI‑сервер.
    * [Hypercorn](https://hypercorn.readthedocs.io/): ASGI‑сервер, среди прочего совместимый с HTTP/2 и Trio.
    * [Daphne](https://github.com/django/daphne): ASGI‑сервер, созданный для Django Channels.
    * [Granian](https://github.com/emmett-framework/granian): HTTP‑сервер на Rust для Python‑приложений.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 17:56:20 GMT 2026
    - 9.4K bytes
    - Click Count (0)
  9. docs/pt/docs/deployment/manually.md

    Existem diversas alternativas, incluindo:
    
    * [Uvicorn](https://www.uvicorn.dev/): um servidor ASGI de alta performance.
    * [Hypercorn](https://hypercorn.readthedocs.io/): um servidor ASGI compatível com HTTP/2, Trio e outros recursos.
    * [Daphne](https://github.com/django/daphne): servidor ASGI construído para Django Channels.
    * [Granian](https://github.com/emmett-framework/granian): um servidor HTTP Rust para aplicações Python.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:20:43 GMT 2026
    - 7.1K bytes
    - Click Count (0)
  10. docs/tr/docs/deployment/manually.md

    Buna alternatif birkaç seçenek daha vardır, örneğin:
    
    * [Uvicorn](https://www.uvicorn.dev/): yüksek performanslı bir ASGI server.
    * [Hypercorn](https://hypercorn.readthedocs.io/): diğer özelliklerin yanında HTTP/2 ve Trio ile uyumlu bir ASGI server.
    * [Daphne](https://github.com/django/daphne): Django Channels için geliştirilmiş ASGI server.
    * [Granian](https://github.com/emmett-framework/granian): Python uygulamaları için bir Rust HTTP server.
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Fri Mar 20 07:53:17 GMT 2026
    - 7.1K bytes
    - Click Count (0)
Back to Top