Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for K2 (0.03 sec)

  1. src/cmd/asm/internal/asm/testdata/avx512enc/avx512dq.s

    	VANDPS Y6, Y1, K2, Y30                             // 6261742a54f6
    	VANDPS 15(R8)(R14*4), Y1, K2, Y30                  // 6201742a54b4b00f000000
    	VANDPS -7(CX)(DX*4), Y1, K2, Y30                   // 6261742a54b491f9ffffff
    	VANDPS Y31, Y30, K2, Y30                           // 62010c2254f7
    	VANDPS Y22, Y30, K2, Y30                           // 62210c2254f6
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 194.8K bytes
    - Viewed (0)
  2. src/cmd/asm/internal/asm/testdata/avx512enc/avx512bw.s

    	VPACKUSDW 15(R8)(R14*2), Z0, K2, Z27               // 62027d4a2b9c700f000000
    	VPACKUSDW Z14, Z3, K2, Z14                         // 6252654a2bf6
    	VPACKUSDW Z7, Z3, K2, Z14                          // 6272654a2bf7
    	VPACKUSDW 15(R8)(R14*1), Z3, K2, Z14               // 6212654a2bb4300f000000
    	VPACKUSDW 15(R8)(R14*2), Z3, K2, Z14               // 6212654a2bb4700f000000
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 22 14:57:15 UTC 2018
    - 159.2K bytes
    - Viewed (0)
  3. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    				"optional.ofNonZeroValue(duration('0s')) == optional.none()",
    
    				"{?'k': optional.none(), 'k2': 'v2'} == {'k2': 'v2'}",
    				"{?'k': optional.of('v'), 'k2': 'v2'} == {'k': 'v', 'k2': 'v2'}",
    				"['a', ?optional.none(), 'c'] == ['a', 'c']",
    				"['a', ?optional.of('v'), 'c'] == ['a', 'v', 'c']",
    			},
    			errors: map[string]string{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  4. android/guava/src/com/google/common/collect/Maps.java

       * to the set.
       *
       * <p><b>Warning:</b> This method assumes that for any instance {@code k} of key type {@code K},
       * {@code k.equals(k2)} implies that {@code k2} is also of type {@code K}. Using a key type for
       * which this may not hold, such as {@code ArrayList}, may risk a {@code ClassCastException} when
       * calling methods on the resulting map view.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Sun Jun 02 13:36:19 UTC 2024
    - 159.5K bytes
    - Viewed (0)
  5. guava/src/com/google/common/collect/Maps.java

       * to the set.
       *
       * <p><b>Warning:</b> This method assumes that for any instance {@code k} of key type {@code K},
       * {@code k.equals(k2)} implies that {@code k2} is also of type {@code K}. Using a key type for
       * which this may not hold, such as {@code ArrayList}, may risk a {@code ClassCastException} when
       * calling methods on the resulting map view.
       *
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed Apr 24 19:38:27 UTC 2024
    - 165.9K bytes
    - Viewed (0)
  6. tensorflow/compiler/jit/tests/opens2s_gnmt_mixed_precision.pbtxt.gz

    ��,%.*�>��v����T(��F��rB�8,%V��Q�"����`ɩXT��Xy劄"qHZ���c�u�Z�-ׯxM�*"�ǑU�#����N�;��P͢� (��DE ��k"ה�jqP��S�Ee'qd�r"Pb�|��jqP�`)Q�I�]�849���&q(9�D�Ƙ2^�B,9�ʵƚ��iQ�I;\��4IO��TsG��V$�I��n/�8�c�U+ B���Hap{�@�U- �°wJIy��E'ql�jAA�) n��\S���AaP�N���N��t� D����P� (( �B�J82^�"qhr�zw�:82]��@�U_�x� �����S�Ƙ2]��@�U�����+�'�m�}��KF�y�z�4JE5�kd�n� kR.���F~5�^ԋ�}�Zw�fb��|b���/�E~��}Q�9��\���`y]PU�0( �B������׮H잜��O����kš��AQPT�F�2^��g�4#��� B��U�W���+�'�Ϋ��輊...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 03 18:14:27 UTC 2019
    - 195.5K bytes
    - Viewed (0)
  7. cmd/bucket-replication.go

    	replicateAll      replicationAction = "all"
    )
    
    // matches k1 with all keys, returns 'true' if one of them matches
    func equals(k1 string, keys ...string) bool {
    	for _, k2 := range keys {
    		if strings.EqualFold(k1, k2) {
    			return true
    		}
    	}
    	return false
    }
    
    // returns replicationAction by comparing metadata between source and target
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 06:56:12 UTC 2024
    - 114.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      // them to the given attributes list. For example, if there is a kFunc
      // AttrValue {name : foo, attrs : {k1 : bar, k2 : rfc}}, it will convert it to
      // a list of MLIR Attributes: {{base_name : foo}, {base_name.k1 : bar},
      // {base_name.k2 : rfc}}.
      Status ConvertFunctionCallAttribute(const std::string& base_name,
                                          const AttrValue& value,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top