Skip to content

Commit 7719ba8

Browse files
authored
Update profiler_recipe.py
1 parent 9eb8734 commit 7719ba8

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

recipes_source/recipes/profiler_recipe.py

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -223,22 +223,22 @@
223223
#
224224
# .. code-block:: sh
225225
#
226-
------------------------------------------------------- ------------ ------------ ------------ ------------ ------------
227-
Name Self XPU Self XPU % XPU total XPU time avg # of Calls
228-
------------------------------------------------------- ------------ ------------ ------------ ------------ ------------
229-
model_inference 0.000us 0.00% 2.567ms 2.567ms 1
230-
aten::conv2d 0.000us 0.00% 1.871ms 93.560us 20
231-
aten::convolution 0.000us 0.00% 1.871ms 93.560us 20
232-
aten::_convolution 0.000us 0.00% 1.871ms 93.560us 20
233-
aten::convolution_overrideable 1.871ms 72.89% 1.871ms 93.560us 20
234-
gen_conv 1.484ms 57.82% 1.484ms 74.216us 20
235-
aten::batch_norm 0.000us 0.00% 432.640us 21.632us 20
236-
aten::_batch_norm_impl_index 0.000us 0.00% 432.640us 21.632us 20
237-
aten::native_batch_norm 432.640us 16.85% 432.640us 21.632us 20
238-
conv_reorder 386.880us 15.07% 386.880us 6.448us 60
239-
------------------------------------------------------- ------------ ------------ ------------ ------------ ------------
240-
Self CPU time total: 712.486ms
241-
Self XPU time total: 2.567ms
226+
#------------------------------------------------------- ------------ ------------ ------------ ------------ ------------
227+
# Name Self XPU Self XPU % XPU total XPU time avg # of Calls
228+
# ------------------------------------------------------- ------------ ------------ ------------ ------------ ------------
229+
# model_inference 0.000us 0.00% 2.567ms 2.567ms 1
230+
# aten::conv2d 0.000us 0.00% 1.871ms 93.560us 20
231+
# aten::convolution 0.000us 0.00% 1.871ms 93.560us 20
232+
# aten::_convolution 0.000us 0.00% 1.871ms 93.560us 20
233+
# aten::convolution_overrideable 1.871ms 72.89% 1.871ms 93.560us 20
234+
# gen_conv 1.484ms 57.82% 1.484ms 74.216us 20
235+
# aten::batch_norm 0.000us 0.00% 432.640us 21.632us 20
236+
# aten::_batch_norm_impl_index 0.000us 0.00% 432.640us 21.632us 20
237+
# aten::native_batch_norm 432.640us 16.85% 432.640us 21.632us 20
238+
# conv_reorder 386.880us 15.07% 386.880us 6.448us 60
239+
# ------------------------------------------------------- ------------ ------------ ------------ ------------ ------------
240+
# Self CPU time total: 712.486ms
241+
# Self XPU time total: 2.567ms
242242

243243
#
244244

0 commit comments

Comments
 (0)