Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for eses (0.18 sec)

  1. tensorflow/c/eager/BUILD

                "c_api_unified_experimental_internal.h",
                "graph_function.h",
                "graph_function.cc",
                "gradient_checker.cc",
                "gradient_checker.h",
                "gradients.cc",  # Uses RTTI.
                "tracing_utils.h",
                "tracing_utils.cc",
                "*test*",
                "*dlpack*",
            ],
        ),
        visibility = ["//visibility:public"],
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Thu Apr 11 23:52:39 GMT 2024
    - 33.3K bytes
    - Viewed (0)
  2. tensorflow/BUILD

        }),
    )
    
    # -------------------------------------------
    # New rules should be added above this target.
    # -------------------------------------------
    
    # TensorFlow uses several libraries that may also be used by applications
    # linking against the C and C++ APIs (such as libjpeg).  When we create
    # the shared library, only export the core TF API functions to avoid
    Plain Text
    - Registered: Tue Apr 30 12:39:09 GMT 2024
    - Last Modified: Tue Apr 09 18:15:11 GMT 2024
    - 53.4K bytes
    - Viewed (8)
Back to top