Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for sum2 (0.12 sec)

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

        return op.emitOpError(
                   "split sizes must sum up to the dimension size along split "
                   "dimension, found ")
               << total_dim_size << " vs " << input_dim_size;
    
      if (dynamic_dim_index && total_dim_size > input_dim_size)
        return op.emitOpError(
                   "split sizes must sum up to be less than or equal to the "
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  2. tensorflow/compiler/jit/tests/opens2s_gnmt_mixed_precision.pbtxt.gz

    ɼ �7����a^�ě�6�W�&��X;̫�x��&�* ޤ��j�yo��x^����?m?�B�M�Ϫ�`|�%�T!�&�g��T@� >�Ω�0���s* �uI�TH� �Y�9`����s*$���� .�G[�9Z������9�����k��S�gM�"��)|�e�!bN�5�� bN�u?�c�Oy����'U��1��|����I�"��l�Y"�{�6_Vj�,Kl���u�ڞi�\��ׄ����šUL2�g����r���֝=��e*��'�f�ÿ~�}��+Tm��n����E$O��j?к�� �#��� ?��e�Gh� E�����^}�����|��e���J�w����O�������p�Ow���tK��{�J��ۋ���jz��ֹsV�g|��l��D��p�W�NZ(����g���3 :!����`/󿓴�ӛe�x' �(q�Kzۑ���� �ඳX0���(�MG�� 0Hn:+������ zm���Z�;+�3 ...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 03 18:14:27 UTC 2019
    - 195.5K bytes
    - Viewed (0)
  3. src/compress/bzip2/testdata/Isaac.Newton-Opticks.txt.bz2

    Rod, revolve about their common Center of Gravity with an uniform Motion, while that Center moves on uniformly in a right Line drawn in the Plane of their circular Motion; the Sum of the Motions of the two Globes, as often as the Globes are in the right Line described by their common Center of Gravity, will be bigger than the Sum of their Motions, when they are in a Line perpendicular to that right Line. By this Instance it appears that Motion may be got or lost. But by reason of the Tenacity of Fluids,...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 24 18:26:02 UTC 2018
    - 129.4K bytes
    - Viewed (0)
  4. src/crypto/sha512/sha512_test.go

    			t.Errorf("test %d could not unmarshal: %v", i, err)
    			continue
    		}
    
    		sum, err := safeSum(h)
    		if err != nil {
    			t.Errorf("test %d could not sum: %v", i, err)
    			continue
    		}
    
    		if fmt.Sprintf("%x", sum) != test.sum {
    			t.Errorf("test %d sum mismatch: expect %s got %x", i, test.sum, sum)
    		}
    	}
    }
    
    func TestAllocations(t *testing.T) {
    	if boring.Enabled {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 03 21:17:08 UTC 2023
    - 105.6K bytes
    - Viewed (0)
  5. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    lv.ua
    lviv.ua
    mk.ua
    mykolaiv.ua
    nikolaev.ua
    od.ua
    odesa.ua
    odessa.ua
    pl.ua
    poltava.ua
    rivne.ua
    rovno.ua
    rv.ua
    sb.ua
    sebastopol.ua
    sevastopol.ua
    sm.ua
    sumy.ua
    te.ua
    ternopil.ua
    uz.ua
    uzhgorod.ua
    vinnica.ua
    vinnytsia.ua
    vn.ua
    volyn.ua
    yalta.ua
    zaporizhzhe.ua
    zaporizhzhia.ua
    zhitomir.ua
    zhytomyr.ua
    zp.ua
    zt.ua
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
Back to top