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.cc84 for (const auto& name_and_api_def : api_defs_map) { in TestAllApiDefsHaveCorrespondingOp() local
85 ASSERT_TRUE(op_names.find(name_and_api_def.first) != op_names.end()) in TestAllApiDefsHaveCorrespondingOp()
86 << name_and_api_def.first << " op has ApiDef but missing from ops. " in TestAllApiDefsHaveCorrespondingOp()
87 << "Does api_def_" << name_and_api_def.first << " need to be deleted?"; in TestAllApiDefsHaveCorrespondingOp()
163 for (const auto& name_and_api_def : api_defs_map) { in TestDeprecatedAttributesSetCorrectly() local
165 const auto& api_def = name_and_api_def.second; in TestDeprecatedAttributesSetCorrectly()
172 const auto& name = name_and_api_def.first; in TestDeprecatedAttributesSetCorrectly()
190 for (const auto& name_and_api_def : api_defs_map) { in TestDeprecationVersionSetCorrectly() local
191 const auto& name = name_and_api_def.first; in TestDeprecationVersionSetCorrectly()
192 const auto& api_def = name_and_api_def.second; in TestDeprecationVersionSetCorrectly()
/external/tensorflow/tensorflow/core/framework/
Dop_gen_lib.cc520 for (auto& name_and_api_def : map_) { in UpdateDocs() local
521 auto& api_def = name_and_api_def.second; in UpdateDocs()