Searched refs:CheckOpDeprecation (Results 1 – 6 of 6) sorted by relevance
35 Status CheckOpDeprecation(const OpDef& op_def, int graph_def_version);
339 Status CheckOpDeprecation(const OpDef& op_def, int graph_def_version) { in CheckOpDeprecation() function
113 OP_REQUIRES_OK(context, CheckOpDeprecation(*context->op_def_, in OpKernel()
40 TF_RETURN_IF_ERROR(CheckOpDeprecation(*op_def, version)); in ValidateGraphDef()
126 CheckOpDeprecation(def_builder_.op_def(), graph->versions().producer())); in Finalize()
688 TF_RETURN_IF_ERROR(CheckOpDeprecation(*op_def, versions_->producer())); in ModifyNodeDefForImport()