Home
last modified time | relevance | path

Searched defs:TP_Profiler (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/pluggable_profiler/
Dpluggable_profiler.h101 typedef struct TP_Profiler { struct
107 #define TP_PROFILER_STRUCT_SIZE TF_OFFSET_OF_END(TP_Profiler, device_type) argument
108 } TP_Profiler; typedef
Dpluggable_profiler.cc124 void (*destroy_profiler)(TP_Profiler*), in PluggableProfilerFactory()