Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_TensorScatterAdd.pbtxt3 deprecation_message: "Use tensor_scatter_nd_add instead"
Dapi_def_TensorScatterSub.pbtxt3 deprecation_message: "Use tensor_scatter_nd_sub instead"
Dapi_def_BatchToSpaceND.pbtxt3 deprecation_message: "use batch_to_space"
Dapi_def_CheckNumerics.pbtxt4 deprecation_message: "Use debugging.assert_all_finite instead"
/external/tensorflow/tensorflow/core/api_def/
Dapi_test.cc173 ASSERT_TRUE(api_def.deprecation_message().empty() || in TestDeprecatedAttributesSetCorrectly()
196 ASSERT_FALSE(api_def.deprecation_message().empty()) in TestDeprecationVersionSetCorrectly()
/external/tensorflow/tensorflow/python/util/
Ddeprecation.py660 def __init__(self, deprecation_message): argument
663 raise AttributeError(deprecation_message)
/external/tensorflow/tensorflow/core/framework/
Dapi_def.proto36 string deprecation_message = 12; field
69 // endpoints are deprecated, set deprecation_message in ApiDef instead.
/external/tensorflow/tensorflow/python/framework/
Dpython_op_gen_internal.cc650 if (!api_def_.deprecation_message().empty()) { in AddExport()
651 const string instructions = api_def_.deprecation_message(); in AddExport()