STT-tensorflow/tensorflow/core/profiler/internal
Frank Chen d426f1b26f Create a lockfile when loading libtpu.so to prevent attempts at double loading and initialization
PiperOrigin-RevId: 357513705
Change-Id: Iafc6a83f0a3bdfa580c98b286a4113508852c3b8
2021-02-14 23:04:45 -08:00
..
advisor Add target environment constraints to a subset of TensorFlow packages and targets. 2020-09-21 10:57:01 -07:00
cpu python hooks allow multiple sessions to avoid racing. 2021-02-12 14:52:43 -08:00
gpu Switch "activity type is not supported" log to a VLOG. 2021-01-28 16:50:01 -08:00
testdata Add target environment constraints to a subset of TensorFlow packages and targets. 2020-09-21 10:57:01 -07:00
tpu Create a lockfile when loading libtpu.so to prevent attempts at double loading and initialization 2021-02-14 23:04:45 -08:00
BUILD Remove depencencies on unnecessary aliases in tensorflow/core 2020-10-13 10:28:00 -07:00
print_model_analysis.cc
print_model_analysis.h
tfprof_code.cc Optimize calls to std::string::find() and friends for a single char. 2020-12-17 18:11:13 -08:00
tfprof_code.h
tfprof_constants.h
tfprof_graph.cc
tfprof_graph.h
tfprof_node_show.cc This CL optimizes C++11 range-based for loops where the variable is copied in each iteration but it would suffice to obtain it by const reference. This is only applied to loop variables of types that are expensive to copy which means they are not trivially copyable or have a non-trivial copy constructor or destructor. 2020-04-06 19:54:28 -07:00
tfprof_node_show.h
tfprof_node.cc Delete SYCL support 2020-09-15 11:21:47 -07:00
tfprof_node.h Output meaningful logs for tf profiler. 2020-07-31 10:10:21 -07:00
tfprof_op.cc tensorflow/core resolutions 3/3 2020-07-27 00:02:22 +00:00
tfprof_op.h tensorflow/core resolutions 3/3 2020-07-27 00:02:22 +00:00
tfprof_scope.cc Optimize calls to std::string::find() and friends for a single char. 2020-12-17 18:11:13 -08:00
tfprof_scope.h
tfprof_show_multi.cc
tfprof_show_multi.h
tfprof_show_test.cc
tfprof_show.cc
tfprof_show.h
tfprof_stats_test.cc
tfprof_stats.cc Optimize calls to std::string::find() and friends for a single char. 2020-12-17 18:11:13 -08:00
tfprof_stats.h
tfprof_tensor_test.cc
tfprof_tensor.cc
tfprof_tensor.h
tfprof_timeline_test.cc
tfprof_timeline.cc tensorflow/core resolutions 3/3 2020-07-27 00:02:22 +00:00
tfprof_timeline.h Include jsonCPP headers via #include "json/json.h" 2020-08-20 16:39:40 +02:00
tfprof_utils.cc
tfprof_utils.h