Home
last modified time | relevance | path

Searched refs:CreateTfFunctionCallEvent (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/convert/
H A Dxplane_to_tf_functions_test.cc65 CreateTfFunctionCallEvent(&host_plane_builder, &main_thread, kFunctionName, in TEST()
67 CreateTfFunctionCallEvent(&host_plane_builder, &main_thread, kFunctionName, in TEST()
69 CreateTfFunctionCallEvent(&host_plane_builder, &main_thread, kFunctionName, in TEST()
73 CreateTfFunctionCallEvent(&host_plane_builder, &other_thread, kFunctionName, in TEST()
75 CreateTfFunctionCallEvent(&host_plane_builder, &other_thread, kFunctionName, in TEST()
77 CreateTfFunctionCallEvent(&host_plane_builder, &other_thread, kFunctionName, in TEST()
110 CreateTfFunctionCallEvent(&host_plane_builder, &main_thread, in TEST()
112 CreateTfFunctionCallEvent(&host_plane_builder, &main_thread, in TEST()
150 CreateTfFunctionCallEvent(&host_plane_builder, &main_thread, in TEST()
153 CreateTfFunctionCallEvent(&host_plane_builder, &other_thread, in TEST()
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/utils/
H A Dxplane_test_utils.h48 void CreateTfFunctionCallEvent(XPlaneBuilder* plane_builder,
H A Dxplane_test_utils.cc95 void CreateTfFunctionCallEvent(XPlaneBuilder* plane_builder, in CreateTfFunctionCallEvent() function