| D | debug_graph_utils_test.cc | 29 std::unordered_map<string, string>* attributes) { in ParseDebugOpName() argument 31 debug_op_name, debug_op_name_proper, attributes); in ParseDebugOpName() 37 std::unordered_map<string, string> attributes; in TEST_F() local 39 ParseDebugOpName("DebugIdentity", &debug_op_name_proper, &attributes)); in TEST_F() 41 ASSERT_EQ(0, attributes.size()); in TEST_F() 46 std::unordered_map<string, string> attributes; in TEST_F() local 49 &attributes); in TEST_F() 53 &attributes); in TEST_F() 57 &attributes); in TEST_F() 63 std::unordered_map<string, string> attributes; in TEST_F() local [all …]
|