Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Iwai (0.32 sec)

  1. pkg/kubelet/pod/pod_manager.go

    			continue
    		}
    		podToMirror[uid] = ""
    	}
    	// Fill in translations. Notice that if there is no mirror pod for a
    	// static pod, its uid will be translated into empty string "". This
    	// is WAI, from the caller side we can know that the static pod doesn't
    	// have a corresponding mirror pod instead of using static pod uid directly.
    	for k, v := range pm.translationByUID {
    		mirrorToPod[k] = v
    		podToMirror[v] = k
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:00 UTC 2024
    - 11.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/embedding_sequencing.mlir

        %0 = "tf.Less"(%arg0, %arg0) : (tensor<i32>, tensor<i32>) -> tensor<i1>
        return %0 : tensor<i1>
      }
    }
    
    // -----
    // This test verifies that the sequencing pass WAI even when tf.WriteSummaryOp is present. This is a complement to the logic/test for embedding_pipelining.cc/mlir
    module {
      func.func @main(%arg0: tensor<*x!tf_type.resource>) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 01 21:27:49 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  3. src/index/suffixarray/sais.go

    // Use of this source code is governed by a BSD-style
    // license that can be found in the LICENSE file.
    
    // Suffix array construction by induced sorting (SAIS).
    // See Ge Nong, Sen Zhang, and Wai Hong Chen,
    // "Two Efficient Algorithms for Linear Time Suffix Array Construction",
    // especially section 3 (https://ieeexplore.ieee.org/document/5582081).
    // See also http://zork.net/~st/jottings/sais.html.
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 18 23:57:18 UTC 2024
    - 32.4K bytes
    - Viewed (0)
Back to top