Skip to content

Commit 4317611

Browse files
committed
update tutorial
1 parent 4433d5c commit 4317611

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ buffer, size_t* size_in_bytes, TF_Status* status) {
921921
```
922922
* `params->destroy_profiler`: pointer to plugin's `TP_Profiler` clean up function. Cleans up fields inside `TP_Profiler` that were allocated by the plugin. `profiler` itself must not be deleted by the plugin.
923923
* `params->destroy_profiler_fns`: pointer to plugin's `TP_ProfilerFns` clean up function. Cleans up fields inside `TP_ProfilerFns` that were allocated by the plugin. `profiler_fns` itself must not be deleted by the plugin.
924-
924+
you can find profiler implementation sample code in `sample/tensorflow_plugin/src/profiler`.
925925

926926
## **Plugin build**
927927

0 commit comments

Comments
 (0)