Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 17 of 17 for bagel (0.17 sec)

  1. src/cmd/vendor/golang.org/x/tools/go/analysis/doc.go

    can be easily selected, incorporated, and reused in a wide range of
    driver programs including command-line tools (such as vet), text editors and
    IDEs, build and test systems (such as go build, Bazel, or Buck), test
    frameworks, code review tools, code-base indexers (such as SourceGraph),
    documentation viewers (such as godoc), batch pipelines for large code
    bases, and so on.
    
    # Analyzer
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 03 02:38:00 UTC 2024
    - 13.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/cmd/bisect/main.go

    // during each invocation. The Go compiler conveniently accepts a
    // -d=ignore=... debug flag that ignores its argument, so to run the
    // previous example using Bazel, the invocation is:
    //
    //	bazel test --define=gc_goopts=-d=loopvarhash=PATTERN,unused=RANDOM //path/to:test
    //
    // [GODEBUG setting]: https://tip.golang.org/doc/godebug
    package main
    
    import (
    	"context"
    	"flag"
    	"fmt"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 22 18:11:19 UTC 2023
    - 23.9K bytes
    - Viewed (0)
  3. ci/devinfra/docker_windows/Dockerfile

        sdkmanager 'ndk;25.1.8937393'; \
        sdkmanager 'build-tools;27.0.3';
    
    # Install Scoop and packages
    RUN iex \"& {$(irm get.scoop.sh)} -RunAsAdmin\"; \
        scoop install perl; \
        scoop install bazel; \
        scoop install cuda; \
        scoop install azure-functions-core-tools; \
        scoop install azure-cli;
    
    # Setting environment variables
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Aug 18 17:24:20 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/experimental/tac/README.md

    section
    
    ## How to use
    
    Once you have a converted TfLite model ready, you can use the following command
    to use TAC to optimize for your model:
    
    ```
    bazel run -c opt //tensorflow/compiler/mlir/lite/experimental/tac:tac-translate -- <PATH_TO_YOUR_MODEL> -o=<OUTPUT_PATH> -device-specs=<HARDWARE_BACKENDS>
    ```
    
    The devices_specs is a list of the names of the desired hardware backends,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 29 18:32:13 UTC 2022
    - 11.6K bytes
    - Viewed (0)
  5. src/go/build/read.go

    // block of comments in the file.
    //
    // readComments should be an internal detail,
    // but widely used packages access it using linkname.
    // Notable members of the hall of shame include:
    //   - github.com/bazelbuild/bazel-gazelle
    //
    // Do not remove or change the type signature.
    // See go.dev/issue/67401.
    //
    //go:linkname readComments
    func readComments(f io.Reader) ([]byte, error) {
    	r := newImportReader("", f)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 29 16:25:21 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  6. src/cmd/cgo/internal/testcarchive/carchive_test.go

    // -shared option, we can put it into an archive. When we use the go
    // tool with -buildmode=c-archive, it passes -shared to the compiler,
    // so we override that. The go tool doesn't work this way, but Bazel
    // will likely do it in the future. And it ought to work. This test
    // was added because at one time it did not work on PPC Linux.
    func TestCompileWithoutShared(t *testing.T) {
    	globalSkip(t)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 00:43:51 UTC 2023
    - 34.8K bytes
    - Viewed (0)
  7. okhttp/src/main/resources/okhttp3/internal/publicsuffix/PublicSuffixDatabase.gz

    barsy.menu barsy.mobi barsy.net barsy.online barsy.org barsy.pro barsy.pub barsy.ro barsy.shop barsy.site barsy.support barsy.uk barsycenter.com barsyonline.co.uk barsyonline.com barueri.br barum.no bas.it base.ec base.shop baseball baseball.museum basel.museum bashkiria.ru bashkiria.su basicserver.io basilicata.it basketball baths.museum bato.tochigi.jp batsfjord.no bauern.museum bauhaus bayern bb bbc bbs.tr bbt bbva bc.ca bc.platform.sh bcg bci.dnstrace.pro bcn bd.se be be.ax be.eu.org be.gy beagleboard.io...
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 40.4K bytes
    - Viewed (0)
Back to top