Skip to content

Commit fe26181

Browse files
committed
update profiler
1 parent 4317611 commit fe26181

File tree

1 file changed

+3
-1
lines changed
  • rfcs/20200624-pluggable-device-for-tensorflow

1 file changed

+3
-1
lines changed

rfcs/20200624-pluggable-device-for-tensorflow/tutorial.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
2). [Kernels/Ops](#Kernels/Ops)
1111

1212
3). [Graph optimization](#Graph-optimization)
13+
14+
4). [Profiler](#Profiler)
1315

1416
2. [Plugin build](#Plugin-build)
1517

@@ -853,7 +855,7 @@ Modular TensorFlow provides three opaque handles, i.e., `TF_GrapplerItem`, `TF_
853855
TF_DeleteFunctionLibraryDefinition(func);
854856
}
855857
```
856-
### **Profiler Registration**
858+
### **Profiler**
857859
Performance is a key consideration of successful ML research and production solutions. TensorFlow profiler provides a set of good tools to help users better understanding the performance bottlenecks of TensorFlow models. TensorFlow Profiler C API provides the capability of connecting third-party device's profiler library(e.g. CUPTI) to TensorFlow profiler.
858860
859861
Note: Profiler is an optional module in plugin, plugin authors can deside whether to implement this module.

0 commit comments

Comments
 (0)