Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for placement (0.19 sec)

  1. tensorflow/c/eager/BUILD

                "//tensorflow/core/common_runtime/eager:eager_executor",
                "//tensorflow/core/common_runtime/eager:execute",
                "//tensorflow/core/common_runtime/eager:placement_utils",
                "//tensorflow/core/common_runtime/eager:tensor_handle",
                "//tensorflow/core/profiler/lib:traceme",
                "@com_google_absl//absl/algorithm:container",
    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. okhttp/src/test/java/okhttp3/internal/tls/HostnameVerifierTest.kt

            Ij1qLQ/YI8OogZPMk7YY46/ydWWp7UpD47zy/vKmm4pOc8Glc8MoDD6UADs=
            -----END CERTIFICATE-----
            """.trimIndent(),
          )
    
        // Replacement characters are deliberate, from certificate loading.
        assertThat(verifier.verify("���.com", session)).isFalse()
        assertThat(verifier.verify("℡.com", session)).isFalse()
      }
    
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 40.3K bytes
    - Viewed (0)
  3. common-protos/k8s.io/api/batch/v1/generated.proto

      //
      // - FailJob: indicates that the pod's job is marked as Failed and all
      //   running pods are terminated.
      // - Ignore: indicates that the counter towards the .backoffLimit is not
      //   incremented and a replacement pod is created.
      // - Count: indicates that the pod is handled in the default way - the
      //   counter towards the .backoffLimit is incremented.
      // Additional values are considered to be added in the future. Clients should
    Plain Text
    - Registered: Wed May 08 22:53:08 GMT 2024
    - Last Modified: Mon Mar 11 18:43:24 GMT 2024
    - 21.1K bytes
    - Viewed (0)
  4. okhttp/src/main/kotlin/okhttp3/internal/http2/Hpack.kt

            var delta = entry.hpackSize
            if (index != -1) { // Index -1 == new header.
              delta -= dynamicTable[dynamicTableIndex(index)]!!.hpackSize
            }
    
            // if the new or replacement header is too big, drop all entries.
            if (delta > maxDynamicTableByteCount) {
              clearDynamicTable()
              return
            }
    
            // Evict headers to the required length.
    Plain Text
    - Registered: Fri May 03 11:42:14 GMT 2024
    - Last Modified: Mon Jan 08 01:13:22 GMT 2024
    - 22.5K bytes
    - Viewed (1)
Back to top