提交 ec4c1888 authored 作者: Razvan Pascanu's avatar Razvan Pascanu

minor changes docs

上级 5cfb60ee
...@@ -28,9 +28,9 @@ Where ``<dtype>`` is one of (note that this is not a complete list of ...@@ -28,9 +28,9 @@ Where ``<dtype>`` is one of (note that this is not a complete list of
possible ``<dtypes>``, it just covers thouse used by the predefined possible ``<dtypes>``, it just covers thouse used by the predefined
types): types):
==== ========= ============== ================ ==== ========== =============== =================
code type domain bits code type domain bits
==== ========= ============== ================ ==== ========== =============== =================
b byte signed integer 8 b byte signed integer 8
w word signed integer 16 w word signed integer 16
i integer signed integer 32 i integer signed integer 32
...@@ -38,7 +38,8 @@ l long signed integer 64 ...@@ -38,7 +38,8 @@ l long signed integer 64
f float floating point 32 f float floating point 32
d double floating point 64 d double floating point 64
c complex64 complex 64 (two float32) c complex64 complex 64 (two float32)
==== ========= ============== ================ z complex128 complex 128 (two float64)
==== ========== =============== =================
``<dimensionality>`` is one of: ``<dimensionality>`` is one of:
...@@ -110,11 +111,6 @@ complex64 complex 64 (two float32) ...@@ -110,11 +111,6 @@ complex64 complex 64 (two float32)
complex128 complex 128 (two float64) complex128 complex 128 (two float64)
=========== ================ ================= =========== ================ =================
.. note::
Not that some `dtypes` are less used then others (for example
**complex128**) and as such not are equally tested and supported.
The broadcastable pattern indicates both the number of dimensions and The broadcastable pattern indicates both the number of dimensions and
whether a particular dimension must have length 1. whether a particular dimension must have length 1.
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论