Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for xla_ops_grad (0.11 sec)

  1. tensorflow/compiler/jit/ops/xla_ops_grad.py

    Itai Zukerman <******@****.***> 1632864678 -0700
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 28 21:37:05 UTC 2021
    - 1.1K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/ops/BUILD

            "//tensorflow/python/util:tf_export",
        ],
        py_lib_rule = py_strict_library,
        deps = ["//tensorflow/compiler/jit/ops:xla_ops"],
    )
    
    py_strict_library(
        name = "xla_ops_grad",
        srcs = ["xla_ops_grad.py"],
        srcs_version = "PY3",
        visibility = [
            "//tensorflow/compiler/tf2xla:internal",
            "//tensorflow/python/ops:__pkg__",
        ],
        deps = ["//tensorflow/python/framework:ops"],
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 09:08:06 UTC 2024
    - 1.2K bytes
    - Viewed (0)
Back to top