Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/api_def/
Dapi_test.cc75 for (const auto& name_and_api_def : api_defs_map) { in TestAllApiDefsHaveCorrespondingOp() local
76 ASSERT_TRUE(op_names.find(name_and_api_def.first) != op_names.end()) in TestAllApiDefsHaveCorrespondingOp()
77 << name_and_api_def.first << " op has ApiDef but missing from ops. " in TestAllApiDefsHaveCorrespondingOp()
78 << "Does api_def_" << name_and_api_def.first << " need to be deleted?"; in TestAllApiDefsHaveCorrespondingOp()
154 for (const auto& name_and_api_def : api_defs_map) { in TestDeprecatedAttributesSetCorrectly() local
156 const auto& api_def = name_and_api_def.second; in TestDeprecatedAttributesSetCorrectly()
163 const auto& name = name_and_api_def.first; in TestDeprecatedAttributesSetCorrectly()
181 for (const auto& name_and_api_def : api_defs_map) { in TestDeprecationVersionSetCorrectly() local
182 const auto& name = name_and_api_def.first; in TestDeprecationVersionSetCorrectly()
183 const auto& api_def = name_and_api_def.second; in TestDeprecationVersionSetCorrectly()
/external/tensorflow/tensorflow/core/framework/
Dop_gen_lib.cc518 for (auto& name_and_api_def : map_) { in UpdateDocs() local
519 auto& api_def = name_and_api_def.second; in UpdateDocs()