Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 6 of 6 for KV (0.06 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

        auto identity_const = rewriter.create<TF::ConstOp>(loc, const_attr);
        for (const auto& kv : exceptions) {
          assert(!hoist_params->lhs_args[kv.second]);
          assert(!hoist_params->rhs_args[kv.second]);
    
          if (hoist_params->scalar_operand_idx == 1) {
            hoist_params->lhs_args[kv.second] = kv.first;
            hoist_params->rhs_args[kv.second] = identity_const;
          } else {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      // Populate the exported_names_ map.
      // TODO(silvasean): Diagnose typos in exported names?
      for (auto& kv : object_names_) {
        // Make object names map independent of our particular choice of object
        // graph traversal.
        std::sort(kv.second.begin(), kv.second.end(),
                  [](absl::string_view a, absl::string_view b) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/jit/tests/opens2s_gnmt_mixed_precision.pbtxt.gz

    M>�5@�_�O)�Q]?�v�^uah�Y �_��O7��zI�,�}���苾&�N���}��' �u��ߪU�R`)�g)�:&6����9pI/q�z���� ��k�;Ҷ.�Q�[S2�/�z����;w�L"�{�k�� ��b��m�2U�5�@�/�B����'�޾v���ڢ��[���k�)�;��.�Qe\s4�B/�{:�����k/�m[ �m�� ����4�6/�Q�\�v |���S wT�ϯ��W]�|kV���Ӎxĭ^�#K�F�* ���ɧ�(o_�� H}��jU�X �Y Ľ������w\�Kܮ^�5�B/�{j�����wT��ԃ̾� ���F�#���],�ȹ�� ������hۻ�G�q�=�� ��k��{?��׮����e��F��|�.�����֞� �b_U�E���D��%�i힬~�֓_��i�~��Xp�Yp,*aM�r��Nvgf���+)�+vd�^s,4�8�IXS���(��x������3�ړY���87���Xj�_j,'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)
  4. src/reflect/all_test.go

    	m3 := map[uint64]uint64{
    		1 << 0: 1 << 1,
    		1 << 1: 1 << 2,
    		1 << 2: 1 << 3,
    	}
    	kv := New(TypeOf(uint64(0))).Elem()
    	for i := 0; i < 5; i++ {
    		var seenk, seenv uint64
    		iter.Reset(ValueOf(m3))
    		for iter.Next() {
    			kv.SetIterKey(iter)
    			seenk ^= kv.Uint()
    			kv.SetIterValue(iter)
    			seenv ^= kv.Uint()
    		}
    		if seenk != 0b111 {
    			t.Errorf("iteration yielded keys %b, want %b", seenk, 0b111)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/lite/flatbuffer_export.cc

      }
      for (const auto& kv : metadata_) {
        const std::string& val = kv.second;
        // Only take the first kByteStringSize values.
        const int count = std::min(kByteStringSize, val.length());
        std::string value = std::string(kByteStringSize, '\0')
                                .assign(val.begin(), val.begin() + count);
        metadata.push_back(BuildMetadata(kv.first, value));
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (2)
  6. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    donetsk.ua
    dp.ua
    if.ua
    ivano-frankivsk.ua
    kh.ua
    kharkiv.ua
    kharkov.ua
    kherson.ua
    khmelnitskiy.ua
    khmelnytskyi.ua
    kiev.ua
    kirovograd.ua
    km.ua
    kr.ua
    krym.ua
    ks.ua
    kv.ua
    kyiv.ua
    lg.ua
    lt.ua
    lugansk.ua
    lutsk.ua
    lv.ua
    lviv.ua
    mk.ua
    mykolaiv.ua
    nikolaev.ua
    od.ua
    odesa.ua
    odessa.ua
    pl.ua
    poltava.ua
    rivne.ua
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (1)
Back to top