Skip to content

Navigation Menu

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

Appearance settings

Commit daaf49d

Browse filesBrowse files
authored
update style (#67)
1 parent c62184c commit daaf49d
Copy full SHA for daaf49d

File tree

4 files changed

+4
-0
lines changed
Filter options

4 files changed

+4
-0
lines changed

‎_doc/examples/plot_benchmark_rf.py

Copy file name to clipboardExpand all lines: _doc/examples/plot_benchmark_rf.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
import and registration of necessary converters
1313
++++++++++++++++++++++++++++++++++++++++++++++++
1414
"""
15+
1516
import pickle
1617
import os
1718
import time

‎_doc/examples/plot_optimization.py

Copy file name to clipboardExpand all lines: _doc/examples/plot_optimization.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
Optimize a model with onnxruntime
1616
+++++++++++++++++++++++++++++++++
1717
"""
18+
1819
import os
1920
from pprint import pprint
2021
import numpy

‎_doc/examples/plot_profiling.py

Copy file name to clipboardExpand all lines: _doc/examples/plot_profiling.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
Optimize a model with onnxruntime
1616
+++++++++++++++++++++++++++++++++
1717
"""
18+
1819
import os
1920
import numpy
2021
import matplotlib.pyplot as plt

‎_unittests/ut_xrun_doc/test_profiling.py

Copy file name to clipboardExpand all lines: _unittests/ut_xrun_doc/test_profiling.py
+1Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
"""
22
@brief test tree node (time=5s)
33
"""
4+
45
import os
56
import sys
67
import time

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.