Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dxla_hlo_profile_test.cc45 struct ParsedProfileOutputLine { struct
57 const ParsedProfileOutputLine& parsed_line) { in HasFlops()
70 const ParsedProfileOutputLine& parsed_line) { in HasTrops()
84 absl::flat_hash_map<string, ParsedProfileOutputLine>* parsed_results, in ParseOneProfileOutputLine()
107 ParsedProfileOutputLine parsed_line;
214 absl::flat_hash_map<string, ParsedProfileOutputLine> parsed_profile_lines; in XLA_TEST_F()
240 TF_ASSERT_OK_AND_ASSIGN(ParsedProfileOutputLine total_profile, in XLA_TEST_F()
242 TF_ASSERT_OK_AND_ASSIGN(ParsedProfileOutputLine dot_profile, in XLA_TEST_F()
244 TF_ASSERT_OK_AND_ASSIGN(ParsedProfileOutputLine tanh_profile, in XLA_TEST_F()
335 absl::flat_hash_map<string, ParsedProfileOutputLine> parsed_profile_lines; in XLA_TEST_F()
[all …]