Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for nmap (0.18 sec)

  1. tensorflow/c/eager/BUILD

            ":tape",
            "//tensorflow/core/common_runtime/eager:attr_builder",
            "//tensorflow/core/lib/llvm_rtti",
            "//tensorflow/core/platform:errors",
            "@com_google_absl//absl/container:flat_hash_map",
            "@com_google_absl//absl/strings",
        ],
    )
    
    cc_library(
        name = "unified_api_testutil",
        testonly = 1,
        srcs = [
            "unified_api_testutil.cc",
        ],
        hdrs = [
    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. RELEASE.md

        *   Enable `map_and_batch_fusion` and `noop_elimination` optimizations by
            default. They can be disabled by configuring
            `tf.data.experimental.OptimizationOptions` to set `map_and_batch =
            False` or `noop_elimination = False` respectively. To disable all
            default optimizations, set `apply_default_optimizations = False`.
        *   Support parallel map in `map_and_filter_fusion`.
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
  3. .bazelrc

    # toolchain. Otherwise, oddly, RBE complains that a "docker container must be
    # specified".
    build:cross_compile_macos_x86 --extra_toolchains=//tensorflow/tools/toolchains/cross_compile/config:macos-x86-cross-compile-cc-toolchain
    # Map --platforms=darwin_x86_64 to --cpu=darwin and vice-versa to make selects()
    # and transistions that use these flags work.
    build:cross_compile_macos_x86 --platform_mappings=tensorflow/tools/toolchains/cross_compile/config/platform_mappings
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Thu May 02 19:34:20 GMT 2024
    - 52.8K bytes
    - Viewed (2)
Back to top