Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. okhttp/src/test/java/okhttp3/CallTest.kt

          .assertHeader("Donut", "b")
          .assertRequestHeader("Accept-Language", "en-US")
          .assertRequestHeader("Accept-Charset", "UTF-8")
          .assertRequestHeader("If-None-Match", "v1") // If-None-Match in the validation request.
          .assertSentRequestAtMillis(request2SentAt, request2ReceivedAt)
          .assertReceivedResponseAtMillis(request2SentAt, request2ReceivedAt)
      }
    
      @Test
      fun conditionalCacheHit_Async() {
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Apr 10 19:46:48 UTC 2024
    - 142.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/tf-ops.mlir

    // in addition I->O. BO->BI mismatch cannot be independently created without
    // breaking one of these mismatches. That gives us 4x2 tests. In addition
    // condition result needs to be tensor<i1>, for which we have 3
    // additional validation tests. All these tests are based on the following
    // valid while
    
    func.func @testInvalidTestValidBase(%arg0 : tensor<i32>) -> (tensor<i32>) {
      %0 = "tf.WhileRegion"(%arg0) (
        {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 23 14:40:35 UTC 2023
    - 236.4K bytes
    - Viewed (0)
Back to top