Search Options

Results per page
Sort
Preferred Languages
Advance

Results 91 - 96 of 96 for id_2 (0.07 sec)

  1. staging/src/k8s.io/apiserver/pkg/storage/value/encrypt/envelope/kmsv2/envelope_test.go

    	keyID1 := "id1"
    	annotations1 := map[string][]byte{"a": {4, 5}, "b": {6, 7}}
    	encryptedDEKSourceType1 := kmstypes.EncryptedDEKSourceType_AES_GCM_KEY
    
    	encryptedDEKSource2 := []byte{4, 5, 6}
    	keyID2 := "id2"
    	annotations2 := map[string][]byte{"x": {9, 10}, "y": {11, 12}}
    	encryptedDEKSourceType2 := kmstypes.EncryptedDEKSourceType_HKDF_SHA256_XNONCE_AES_GCM_SEED
    
    	// generate all possible combinations of the above
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Oct 25 16:50:20 UTC 2023
    - 47.2K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/shape_inference.mlir

        %graph = tf_executor.graph {
          %island:2 = tf_executor.island {
            // CHECK: %[[ID_0:.*]] = "tf.IdentityN"(%[[ARG_0]])
            %id0 = "tf.IdentityN"(%arg0)
              : (tensor<!tf_type.resource<tensor<4xf32>>>) -> tensor<!tf_type.resource<tensor<4xf32>>>
            // CHECK-NEXT: %[[READ_0:.*]] = "tf.ReadVariableOp"(%[[ID_0]])
            // CHECK-SAME: (tensor<!tf_type.resource<tensor<4xf32>>>) -> tensor<4xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 23 17:24:10 UTC 2024
    - 167.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/tests/opens2s_gnmt_mixed_precision.pbtxt.gz

    6Yo�/��V~����Dʶ9ǚr+q|�ُ�2p�}h�{���jN�5���V�b�'�y~.y�[��E�}���R��?Wjl��oE�|F7�͚L����?sXo)v�|��y�9X�,W��d���C�%�1;���65,�����'�(/-#�_"�gw�4�ݤ�2�4R��n)��?�ۡ,�g7�8�4Bb���{勏�|5J�z����Hgc�) �B~ڒ%��ur����(��\8Z���m�ѣɉr��6 !2q L,y��n;��ID2,��Qr� ��)^ �ƥ�� I�p��n~���-�ֿ����6�� ���>�s���#96�H�@����sl��M�������k�9Z��ŴYX��0y���@EQ�: T��'�0�+6��6i�|�ז�.�k��?��+]��K�A������PA9����8'��q��CD!���.�߀Եb� H1O4�(�$�6 ���y��=�^�nUo0%�|���e��^;�^O+v� v�v�B� =��c�d�ޞ��f�)��...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 03 18:14:27 UTC 2019
    - 195.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

        }) {is_stateless = true}
        return %0
      }
    ```
    (the first result can be removed along with its defining op `tf.OpB`).
    
    ### `-tf-replica-id-to-device-ordinal`
    
    _Set device ordinal with replica id_
    
    This pass sets the device ordinal attribute of the ops using the replica id
    attribute. This is run immediately after the replica_to_island pass which
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
  5. src/internal/trace/traceviewer/static/trace_viewer_full.html

    pid=tr.model.LOCAL_ID_PHASES.has(event.ph)?event.pid:undefined;return new tr.model.ScopedId(scope,event.id,pid);}else if(event.id2!==undefined){if(event.id2.global!==undefined){return new tr.model.ScopedId(scope,event.id2.global);}else if(event.id2.local!==undefined){return new tr.model.ScopedId(scope,event.id2.local,event.pid);}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 2.5M bytes
    - Viewed (1)
  6. src/cmd/cgo/gcc.go

    	for i, n := range names {
    		fmt.Fprintf(&b, "#line %d \"not-declared\"\n"+
    			"void __cgo_f_%d_1(void) { __typeof__(%s) *__cgo_undefined__1; }\n"+
    			"#line %d \"not-type\"\n"+
    			"void __cgo_f_%d_2(void) { %s *__cgo_undefined__2; }\n"+
    			"#line %d \"not-int-const\"\n"+
    			"void __cgo_f_%d_3(void) { enum { __cgo_undefined__3 = (%s)*1 }; }\n"+
    			"#line %d \"not-num-const\"\n"+
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 97K bytes
    - Viewed (0)
Back to top