Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 1,107 for corerest (0.38 sec)

  1. tensorflow/cc/experimental/libtf/impl/BUILD

            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
        ],
    )
    
    cc_library(
        name = "scalars",
        hdrs = [
            "scalars.h",
        ],
    )
    
    tf_cc_test(
        name = "scalars_test",
        size = "small",
        srcs = ["scalars_test.cc"],
        deps = [
            ":scalars",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
        ],
    )
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 18 09:47:46 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  2. tensorflow/cc/BUILD

            ":testutil",
            "//tensorflow/core:all_kernels",
            "//tensorflow/core:framework",
            "//tensorflow/core:framework_internal",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core:testlib",
        ],
    )
    
    tf_cc_test(
        name = "framework_while_gradients_test",
        size = "small",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 23.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/tests/BUILD

            "//tensorflow/core:core_cpu",
            "//tensorflow/core:framework",
            "//tensorflow/core:graph",
            "//tensorflow/core:lib",
            "//tensorflow/core:lib_internal",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/tools/optimization:optimization_pass_runner_lib",
            "@com_google_absl//absl/strings",
            "@local_xla//xla:status_macros",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 3.7K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/swift/testReport/groovy/core/src/test/swift/LinuxMain.swift

    import XCTest
    
    XCTMain([
        testCase(CoreTest.allTests)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 60 bytes
    - Viewed (0)
  5. tensorflow/cc/experimental/libtf/BUILD

        deps = [
            ":libtf",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core/platform:statusor",
        ],
    )
    
    tf_cc_test(
        name = "libtf_perf_test",
        size = "medium",
        srcs = ["tests/perf_test.cc"],
        deps = [
            ":libtf",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
        ],
    )
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 8.6K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/swift/testReport/kotlin/core/src/test/swift/LinuxMain.swift

    import XCTest
    
    XCTMain([
        testCase(CoreTest.allTests)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 60 bytes
    - Viewed (0)
  7. tensorflow/c/eager/BUILD

            "//tensorflow/c/experimental/ops",
            "//tensorflow/compiler/mlir/tensorflow/c:mlir_c_api_registration",
            "//tensorflow/core:lib",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core/lib/llvm_rtti",
            "@com_google_absl//absl/container:flat_hash_set",
            "@com_google_absl//absl/strings",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 11 23:52:39 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  8. tensorflow/c/experimental/gradients/BUILD

            "//tensorflow/c/eager:unified_api_testutil",
            "//tensorflow/c/experimental/ops",
            "//tensorflow/compiler/mlir/tensorflow/c:mlir_c_api_registration",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core/platform:errors",
        ],
    )
    
    filegroup(
        name = "pywrap_required_hdrs",
        srcs = [
            "array_grad.h",
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 01 20:39:44 UTC 2024
    - 6.7K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/saved_model/core/BUILD

            "//tensorflow/c/eager:immediate_execution_tensor_handle",
            "//tensorflow/core:framework",
            "//tensorflow/core:lib",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core:test",
            "//tensorflow/core/common_runtime:core_cpu_lib",
            "//tensorflow/core/common_runtime/eager:context",
            "@com_google_absl//absl/types:span",
        ],
    )
    
    cc_library(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 9.6K bytes
    - Viewed (0)
  10. tensorflow/c/kernels/BUILD

    tf_cc_test(
        name = "bitcast_op_test",
        srcs = ["bitcast_op_test.cc"],
        deps = [
            ":bitcast_op",
            "//tensorflow/core:framework",
            "//tensorflow/core:protos_all_cc",
            "//tensorflow/core:test",
            "//tensorflow/core:test_main",
            "//tensorflow/core:testlib",
        ],
    )
    
    tf_cc_test(
        name = "summary_op_test",
        srcs = ["summary_op_test.cc"],
        deps = [
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 4.8K bytes
    - Viewed (0)
Back to top