Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 1a48047

Browse files
jzhoulonyisitu
andauthored
Update rfcs/20210513-pluggable-profiler-for-tensorflow.md
Co-authored-by: Situ Yi <[email protected]>
1 parent 8580769 commit 1a48047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rfcs/20210513-pluggable-profiler-for-tensorflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ This section provides some pseudo code to show what core TensorFlow and plugin's
169169
TPU = 3;
170170
PLUGGABLE_DEVICE = 4;
171171
}
172-
// Device type to profile/trace: (version >= 1)
172+
// Device type to profile/trace: (version >= 1)
173173
// DeviceType::UNSPECIFIED: All registered device profiler will be enabled.
174174
// DeviceType::CPU: only CPU will be profiled.
175175
// DeviceType::GPU: only CPU/GPU will be profiled.

0 commit comments

Comments
 (0)