Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 3 of 3 for xla (0.01 seconds)

  1. tensorflow/BUILD

        disallowed_deps = if_static(
            [],
            otherwise = [
                "@xla//xla/stream_executor/cuda:all_runtime",
                "@xla//xla/stream_executor/cuda:cuda_platform",
                "@xla//xla/stream_executor/cuda:cudnn_plugin",
                "@xla//xla/stream_executor/cuda:cufft_plugin",
                "@xla//xla/stream_executor:cuda_platform",
            ],
        ),
        deps = if_cuda([
    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)
  2. .bazelrc

    #     --config=dbg --per_file_copt=+tensorflow/core/kernels/identity_op.*@-g
    # Since this .bazelrc file is synced between the tensorflow/tensorflow repo and
    # the openxla/xla repo, also include debug info for files under xla/.
    common:dbg --per_file_copt=+.*,-tensorflow.*,-xla.*@-g0
    common:dbg --per_file_copt=+tensorflow/core/kernels.*@-g0
    # for now, disable arm_neon. see: https://github.com/tensorflow/tensorflow/issues/33360
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Sat Mar 28 04:33:01 GMT 2026
    - 58.9K bytes
    - Click Count (0)
  3. tensorflow/c/c_api.h

    A. Unique TensorFlower <******@****.***> 1698354251 -0700
    Created: Tue Apr 07 12:39:13 GMT 2026
    - Last Modified: Thu Oct 26 21:08:15 GMT 2023
    - 82.3K bytes
    - Click Count (0)
Back to Top