Searched refs:deprecation_message (Results 1 – 8 of 8) sorted by relevance
3 deprecation_message: "Use tensor_scatter_nd_add instead"
3 deprecation_message: "Use tensor_scatter_nd_sub instead"
3 deprecation_message: "use batch_to_space"
4 deprecation_message: "Use debugging.assert_all_finite instead"
173 ASSERT_TRUE(api_def.deprecation_message().empty() || in TestDeprecatedAttributesSetCorrectly()196 ASSERT_FALSE(api_def.deprecation_message().empty()) in TestDeprecationVersionSetCorrectly()
660 def __init__(self, deprecation_message): argument663 raise AttributeError(deprecation_message)
36 string deprecation_message = 12; field69 // endpoints are deprecated, set deprecation_message in ApiDef instead.
650 if (!api_def_.deprecation_message().empty()) { in AddExport()651 const string instructions = api_def_.deprecation_message(); in AddExport()