Home
last modified time | relevance | path

Searched refs:CheckOpDeprecation (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dop_def_util.h35 Status CheckOpDeprecation(const OpDef& op_def, int graph_def_version);
Dop_def_util.cc339 Status CheckOpDeprecation(const OpDef& op_def, int graph_def_version) { in CheckOpDeprecation() function
Dop_kernel.cc113 OP_REQUIRES_OK(context, CheckOpDeprecation(*context->op_def_, in OpKernel()
/external/tensorflow/tensorflow/core/graph/
Dvalidate.cc40 TF_RETURN_IF_ERROR(CheckOpDeprecation(*op_def, version)); in ValidateGraphDef()
Dnode_builder.cc126 CheckOpDeprecation(def_builder_.op_def(), graph->versions().producer())); in Finalize()
Dgraph_constructor.cc688 TF_RETURN_IF_ERROR(CheckOpDeprecation(*op_def, versions_->producer())); in ModifyNodeDefForImport()