Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for platformTest (0.95 sec)

  1. build-logic/jvm/src/main/kotlin/gradlebuild.unittest-and-compile.gradle.kts

        register("quickTest") {
            description = "Run all unit, integration and cross-version (against latest release) tests in embedded execution mode"
            group = ciGroup
        }
    
        register("platformTest") {
            description = "Run all unit, integration and cross-version (against latest release) tests in forking execution mode"
            group = ciGroup
        }
    
        register("quickFeedbackCrossVersionTest") {
    Registered: Wed Dec 31 11:36:14 UTC 2025
    - Last Modified: Fri Dec 19 06:44:41 UTC 2025
    - 18.9K bytes
    - Viewed (0)
  2. tensorflow/c/BUILD

            ":tf_status_helper",
            "@com_google_googletest//:gtest_main",
            "@local_xla//xla/tsl/platform:errors",
            "@local_xla//xla/tsl/platform:status",
            "@local_xla//xla/tsl/platform:test",
            "@local_xla//xla/tsl/platform:test_main",
        ],
    )
    
    tf_cuda_library(
        name = "checkpoint_reader",
        srcs = ["checkpoint_reader.cc"],
        hdrs = ["checkpoint_reader.h"],
    Registered: Tue Dec 30 12:39:10 UTC 2025
    - Last Modified: Sun Dec 07 13:04:09 UTC 2025
    - 30.4K bytes
    - Viewed (0)
Back to top