Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for JI (0.02 sec)

  1. src/main/resources/fess_indices/fess/cs/stopwords.txt

    jak
    další
    ale
    si
    se
    ve
    to
    jako
    za
    zpět
    ze
    do
    pro
    je
    na
    atd
    atp
    jakmile
    přičemž
    já
    on
    ona
    ono
    oni
    ony
    my
    vy
    
    ji
    mě
    mne
    jemu
    tomu
    těm
    těmu
    němu
    němuž
    jehož
    jíž
    jelikož
    jež
    jakož
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 19 06:31:02 UTC 2018
    - 992 bytes
    - Viewed (0)
  2. src/main/resources/fess_indices/fess/lt/stopwords.txt

    ant
    apie
    ar
    arba
    aš
    be
    bei
    bet
    bus
    būti
    būtų
    buvo
    dėl
    gali
    į
    iki
    ir
    iš
    ja
    ją
    jai
    jais
    jam
    jame
    jas
    jei
    ji
    
    jie
    jiedu
    jiedvi
    jiedviem
    jiedviese
    jiems
    jis
    jo
    jodviem
    jog
    joje
    jomis
    joms
    jos
    jose
    jų
    judu
    judvi
    judviejų
    jųdviejų
    judviem
    judviese
    jumis
    jums
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Jul 19 06:31:02 UTC 2018
    - 786 bytes
    - Viewed (0)
  3. tensorflow/cc/gradients/linalg_grad_test.cc

      auto y = Einsum(scope_, {x}, "ij->ji");
      TensorShape y_shape({3, 2});
      RunTest({x}, {x_shape}, {y}, {y_shape});
    }
    
    TEST_F(LinalgGradTest, Einsum_TransposeBroadcast) {
      TensorShape x_shape({3, 2, 3});
      Output x = Placeholder(scope_, DT_FLOAT, Placeholder::Shape(x_shape));
      auto y = Einsum(scope_, {x}, "...ij->...ji");
      TensorShape y_shape({3, 3, 2});
      RunTest({x}, {x_shape}, {y}, {y_shape});
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 07 23:11:54 UTC 2022
    - 5.8K bytes
    - Viewed (0)
  4. internal/store/queuestore.go

    	}
    
    	// Sort the entries.
    	sort.Slice(files, func(i, j int) bool {
    		ii, err := files[i].Info()
    		if err != nil {
    			return false
    		}
    		ji, err := files[j].Info()
    		if err != nil {
    			return true
    		}
    		return ii.ModTime().Before(ji.ModTime())
    	})
    
    	return files, nil
    }
    
    // Extension will return the file extension used
    // for the items stored in the queue.
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Mar 25 16:44:20 UTC 2024
    - 7.1K bytes
    - Viewed (0)
  5. src/encoding/json/encode_test.go

    		{Name(""), textbyte(4), `"TB:4"`},
    		{Name(""), jsonint(5), `{"JI":5}`},
    		{Name(""), textint(1), `"TI:1"`},
    		{Name(""), []byte{0, 1}, `"AAE="`},
    		{Name(""), []jsonbyte{0, 1}, `[{"JB":0},{"JB":1}]`},
    		{Name(""), [][]jsonbyte{{0, 1}, {3}}, `[[{"JB":0},{"JB":1}],[{"JB":3}]]`},
    		{Name(""), []textbyte{2, 3}, `["TB:2","TB:3"]`},
    		{Name(""), []jsonint{5, 4}, `[{"JI":5},{"JI":4}]`},
    		{Name(""), []textint{9, 3}, `["TI:9","TI:3"]`},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 29.4K bytes
    - Viewed (0)
  6. src/crypto/tls/testdata/Server-TLSv12-ALPN-NotConfigured

    000002e0  ee d2 9b ad 1b 3e a9 3c  7b 43 96 95 eb 4d b5 04  |.....>.<{C...M..|
    000002f0  1a 5f 0c b2 b3 a6 2c a4  e6 78 a8 b8 d5 6c 7f d0  |._....,..x...l..|
    00000300  16 e8 56 31 e0 4a 69 d3  6b 27 18 a3 4e f5 d1 6a  |..V1.Ji.k'..N..j|
    00000310  36 15 b5 fc 4d 15 50 90  a0 30 b9 49 3d ac 8c 84  |6...M.P..0.I=...|
    00000320  d2 15 31 70 df e5 a6 97  d0 64 f7 1d 8a a1 87 4d  |..1p.....d.....M|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 25 00:14:50 UTC 2023
    - 6.7K bytes
    - Viewed (0)
  7. tensorflow/cc/gradients/linalg_grad.cc

      //
      // Proof: For unary einsum equations involving only transpose ("ij->ji") and
      //   traces ("ii->i"), the linear mapping's Jacobian at input x is given
      //   by the function itself. We can verify that the linear map given by the
      //   VJP are einsums with the equations "ji->ij" and "i->ii" respectively,
      //   where the latter represents 'un-tracing', or filling the diagonal with
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 07 23:11:54 UTC 2022
    - 20.4K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/suggest/converter/KatakanaToAlphabetConverter.java

            map.put("グ", new String[] { "gu" });
            map.put("ゲ", new String[] { "ge" });
            map.put("ゴ", new String[] { "go" });
    
            map.put("ザ", new String[] { "za" });
            map.put("ジ", new String[] { "zi", "ji" });
            map.put("ズ", new String[] { "zu" });
            map.put("ゼ", new String[] { "ze" });
            map.put("ゾ", new String[] { "zo" });
    
            map.put("ダ", new String[] { "da" });
    Registered: Wed Jun 12 15:38:08 UTC 2024
    - Last Modified: Thu Feb 22 01:36:54 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  9. src/crypto/tls/testdata/Client-TLSv10-ClientCert-Ed25519

    000002b0  fe 3d 13 60 84 5c 21 d3  3b e9 fa e7 16 03 01 00  |.=.`.\!.;.......|
    000002c0  aa 0c 00 00 a6 03 00 1d  20 17 27 58 d2 5f 59 a3  |........ .'X._Y.|
    000002d0  62 62 d4 97 4a 49 c4 ff  ec dc f7 d3 c9 ea f3 00  |bb..JI..........|
    000002e0  61 1b d3 73 38 9e af 7d  17 00 80 59 7a 4e 55 97  |a..s8..}...YzNU.|
    000002f0  5a 81 0e 2e 85 0b c2 61  f0 79 72 0e d1 d5 3b bf  |Z......a.yr...;.|
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 17 16:13:45 UTC 2019
    - 8.3K bytes
    - Viewed (0)
  10. src/regexp/testdata/re2-exhaustive.txt.bz2

    6�!�P��s�ϬlP2����]����YN��1(JrF�)lџ%g�)��)f,���xp#�RFd���^�o�{�{�����/���0��UUUU�q6|���{���/�&��W�g��{����ژ����mM6�!�P�jiu1 ������bi�4����P�ji�1 ������b� 6��S�JmM6�!��4�����6��Cm��!��4ښmLC����jbICM�����z�����Pj���|��@�0�>/��Y�H�O��Ye�aF}�[���{����&��6���ji�1 b��SK��m% 6��S��{M����6���SM��m% 6��S�(i�4����P�ji�1 ���״.�!�-�m�1 �����jbICM����6���SM�y��Xj CP����o�����������UW�0� ��֨f`�+Z���f`�P P P P P �3 ZԌ�5kUZԌ�5kA"$ GFf��f`�f��f`�f����f��f`�f��f`�f��f`�P...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 13 14:52:20 UTC 2021
    - 418.2K bytes
    - Viewed (0)
Back to top