Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for dcxy (0.06 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/einsum.cc

      return labels;
    }
    
    // Generate new unnamed labels for the expression.
    // For example, if we have GenerateLabels(2, {'b', 'c', 'd'}) for "...xy"
    // We will have "dcxy" for the ellipsis expression since it's rank 4,
    // we will have dcbxy if it's rank 5.
    std::string GenerateLabels(int count,
                               const llvm::SetVector<char>& available_labels) {
      std::string new_labels(count, 0);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 33.3K bytes
    - Viewed (0)
  2. src/regexp/find_test.go

    	{`a(b*)`, "abbaab", build(3, 0, 3, 1, 3, 3, 4, 4, 4, 4, 6, 5, 6)},
    
    	// fixed bugs
    	{`ab$`, "cab", build(1, 1, 3)},
    	{`axxb$`, "axxcb", nil},
    	{`data`, "daXY data", build(1, 5, 9)},
    	{`da(.)a$`, "daXY data", build(1, 5, 9, 7, 8)},
    	{`zx+`, "zzx", build(1, 1, 3)},
    	{`ab$`, "abcab", build(1, 3, 5)},
    	{`(aa)*$`, "a", build(1, 1, 1, -1, -1)},
    	{`(?:.|(?:.a))`, "", nil},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 11 15:28:50 UTC 2021
    - 16.3K bytes
    - Viewed (0)
  3. src/cmd/vendor/rsc.io/markdown/entity.go

    	"&Dagger;":                          "\u2021",
    	"&Darr;":                            "\u21a1",
    	"&Dashv;":                           "\u2ae4",
    	"&Dcaron;":                          "\u010e",
    	"&Dcy;":                             "\u0414",
    	"&Del;":                             "\u2207",
    	"&Delta;":                           "\u0394",
    	"&Dfr;":                             "\U0001d507",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  4. src/html/entity.go

    		"Dagger;":                          '\U00002021',
    		"Darr;":                            '\U000021A1',
    		"Dashv;":                           '\U00002AE4',
    		"Dcaron;":                          '\U0000010E',
    		"Dcy;":                             '\U00000414',
    		"Del;":                             '\U00002207',
    		"Delta;":                           '\U00000394',
    		"Dfr;":                             '\U0001D507',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.9.md

    *   A Pod can now listen to the same port on multiple IP addresses.  ([#52421](https://github.com/kubernetes/kubernetes/pull/52421),[ @WIZARD-CXY](https://github.com/WIZARD-CXY))
    *   Object count quotas supported on all standard resources using count/<resource>.<group> syntax ([#54320](https://github.com/kubernetes/kubernetes/pull/54320),[ @derekwaynecarr](https://github.com/derekwaynecarr))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Nov 16 10:46:27 UTC 2021
    - 313.7K bytes
    - Viewed (0)
  6. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        <glob pattern="*.wbmp"/>
      </mime-type>
    
      <mime-type type="image/vnd.zbrush.dcx">
        <acronym>DCX</acronym>
        <_comment>ZSoft Multi-Page Paintbrush</_comment>
        <alias type="image/x-dcx"/>
        <magic priority="50">
          <match value="0xB168DE3A" type="string" offset="0"/>
        </magic>
        <glob pattern="*.dcx"/>
      </mime-type>
    
      <mime-type type="image/vnd.zbrush.pcx">
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  7. tensorflow/compiler/jit/tests/opens2s_gnmt_mixed_precision.pbtxt.gz

    ������`�*��?���?. �:��'�����[}���U�ZL��[�n1]טҸ0fF�� ��[mM��[4C4C)�sFϭ�n7a�Ut�tTᭁ$?�vx�p�����C$������� 6�۷�$���������� �5 �s�k-�U�bA��Au��D��7�����Qh��"�W�tw��.y ��' ǹ�,@\w�G����]��Q�Xmi��y��Iv�F�1��?{�_�y�׳�n �q����_�~CΌ���DExy��rG�>���{���0� ���i�"�#�zZ�hi�Ϥ)��,�Cv��|/Y�MV;��W܏�MV�6 ��d���ꛬVȇ�d��!ϧ�&���L�>5��d����6Y�Ռ=��\��[y�ոR�P������� �$z��b���u��egM]�K�j��p����2�[�!ҏm ��hs(�լ�=��5�M�L�wp\Sx��k�N6���#���^߲?�RzI�G��C��M��窹}�'}~pW�gMް�i�y}9|^����0�/E�...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 03 18:14:27 UTC 2019
    - 195.5K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.8.md

    * Pod log attempts are now reported in apiserver prometheus metrics with verb `CONNECT` since they can run for very long periods of time. ([#50123](https://github.com/kubernetes/kubernetes/pull/50123), [@WIZARD-CXY](https://github.com/WIZARD-CXY))
    * The `emptyDir.sizeLimit` field is now correctly omitted from API requests and responses when unset. ([#50163](https://github.com/kubernetes/kubernetes/pull/50163), [@jingxu97](https://github.com/jingxu97))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Feb 20 15:45:02 UTC 2024
    - 312.2K bytes
    - Viewed (0)
Back to top