Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/java/src/gen/cc/
Dop_specs.h143 const string& deprecation_explanation() const { in deprecation_explanation() function
161 const string& deprecation_explanation) in OpSpec() argument
164 deprecation_explanation_(deprecation_explanation) {} in OpSpec()
Dop_generator.cc465 explanation = op.deprecation_explanation(); in GenerateOp()