Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit4a9415a

Browse files
committed
lint
1 parentb19f2fd commit4a9415a

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

‎CHANGELOGS.rst‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
Change Logs
22
===========
33

4+
0.3.2
5+
+++++
6+
7+
*:pr:`101`: fix as_tensor in onnx_text_plot_tree
8+
49
0.3.1
510
+++++
611

‎onnx_array_api/__init__.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
APIs to create ONNX Graphs.
33
"""
44

5-
__version__="0.3.1"
5+
__version__="0.3.2"
66
__author__="Xavier Dupré"

‎onnx_array_api/profiling.py‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -437,8 +437,7 @@ def add_rows(rows, d):
437437
stall=0
438438
ifverboseandfLOGisnotNone:
439439
fLOG(
440-
"[pstats] %s=%r"
441-
% (clean_text(k[0].replace("\\","/"),*k[1:]),v)
440+
"[pstats] %s=%r"% (clean_text(k[0].replace("\\","/"),*k[1:]),v)
442441
)
443442
iflen(v)<5:
444443
continue

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp