提交 dfd1e3e2 authored 作者: abalkin's avatar abalkin

Fixed a few typos. See library/printing.html.

上级 a480ff02
...@@ -121,7 +121,7 @@ Elemwise{mul} [@A] '' ...@@ -121,7 +121,7 @@ Elemwise{mul} [@A] ''
|Elemwise{mul} [@B] '' |Elemwise{mul} [@B] ''
|Elemwise{pow} [@C] '' |Elemwise{pow} [@C] ''
If the depth parameter is provided, it limits the nuber of levels that are If the depth parameter is provided, it limits the number of levels that are
shown. shown.
......
...@@ -40,7 +40,7 @@ def debugprint(obj, depth=-1, print_type=False, ...@@ -40,7 +40,7 @@ def debugprint(obj, depth=-1, print_type=False,
:type depth: integer :type depth: integer
:param depth: print graph to this depth (-1 for unlimited) :param depth: print graph to this depth (-1 for unlimited)
:type print_type: boolean :type print_type: boolean
:param print_type: wether to print the type of printed objects :param print_type: whether to print the type of printed objects
:type file: None, 'str', or file-like object :type file: None, 'str', or file-like object
:param file: print to this file ('str' means to return a string) :param file: print to this file ('str' means to return a string)
:type ids: str :type ids: str
...@@ -531,11 +531,11 @@ def pydotprint(fct, outfile=None, ...@@ -531,11 +531,11 @@ def pydotprint(fct, outfile=None,
label each edge between an input and the Apply node with the label each edge between an input and the Apply node with the
input's index. input's index.
green boxes are inputs variables to the graph Green boxes are inputs variables to the graph,
blue boxes are outputs variables of the graph blue boxes are outputs variables of the graph,
grey boxes are variables that are not outputs and are not used grey boxes are variables that are not outputs and are not used,
red ellipses are transfers from/to the gpu (ops with names GpuFromHost, red ellipses are transfers from/to the gpu (ops with names GpuFromHost,
HostFromGpu) HostFromGpu).
""" """
if colorCodes is None: if colorCodes is None:
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论