Searched refs:profile_output (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | xla_hlo_profile_test.cc | 131 void ExecuteAndFetchProfile(string* profile_output, LocalClient* client, in ExecuteAndFetchProfile() argument 184 *profile_output = hlo_execution_profile.ToString( in ExecuteAndFetchProfile() 187 XLA_VLOG_LINES(4, *profile_output); in ExecuteAndFetchProfile() 207 string profile_output; in XLA_TEST_F() local 208 ExecuteAndFetchProfile(&profile_output, client, computation, lhs_shape, in XLA_TEST_F() 210 VLOG(4) << "Profile Output:\n" << profile_output; in XLA_TEST_F() 212 absl::StrSplit(profile_output, '\n'); in XLA_TEST_F() 309 string profile_output; in XLA_TEST_F() local 310 ExecuteAndFetchProfile(&profile_output, client, computation, matrix_shape, in XLA_TEST_F() 312 SCOPED_TRACE(profile_output); in XLA_TEST_F() [all …]
|
/external/llvm-project/llvm/utils/ |
D | collect_and_build_with_pgo.py | 400 if args.profile_output is not None: 401 profile_location = args.profile_output
|