File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ enable_operator_stats_collection
55
66.. py :function :: paddle.amp.debugging.enable_operator_stats_collection()
77
8- 启用以收集不同数据类型的算子调用次数。按照 float32、float16、bfloat16 四种数据类型统计算子调用次数, 此函数与相应的禁用函数配对使用。
8+ 启用以收集不同数据类型的算子调用次数。按照 float32、float16、bfloat16 四种数据类型统计算子调用次数, 此函数与相应的禁用函数配对使用。
99
1010返回
1111:::::::::
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ paddle.audio 目录是飞桨在语音领域的高层 API。具体如下:
5353 :widths: 10, 30
5454
5555 " :ref: `get_current_backend <cn_api_paddle_audio_backends_get_current_backend >` ", "获取现在的语音 I/O 后端"
56- " :ref: `list_available_backends <cn_api_paddle_audio_backends_list_available_backends >` ", "获取可设置得语音 I/O 后端"
56+ " :ref: `list_available_backends <cn_api_paddle_audio_backends_list_available_backends >` ", "获取可设置的语音 I/O 后端"
5757 " :ref: `set_backend <cn_api_paddle_audio_backends_set_backend >` ", "设置语音 I/O 后端"
5858 " :ref: `load <cn_api_paddle_audio_load >` ", "载入音频"
5959 " :ref: `info <cn_api_paddle_audio_info >` ", "查询音频信息"
Original file line number Diff line number Diff line change @@ -17,13 +17,13 @@ Spectrogram
1717 - **power ** (float,可选) - 幅度谱的指数,默认是 1.0。
1818 - **center ** (bool,可选) - 对输入信号填充,如果 True,那么 t 以 t*hop_length 为中心,如果为 False,则 t 以 t*hop_length 开始,默认是 True。
1919 - **pad_mode ** (str,可选) - 如果 center 是 True,选择填充的方式,默认值是'reflect'。
20- - **dtype ** (str|paddle.dtype|np.dtype,可选)- 输入和窗的数据类型,默认是'float32'。
20+ - **dtype ** (str|paddle.dtype|np.dtype,可选) - 输入和窗的数据类型,默认是'float32'。
2121
2222
2323返回
2424:::::::::
2525
26- 计算 ``Spectrogram `` 的可调用对象.
26+ 计算 ``Spectrogram `` 的可调用对象。
2727
2828代码示例
2929:::::::::
You can’t perform that action at this time.
0 commit comments