Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_def_util.cc181 static Status ValidateArg(const OpDef::ArgDef& arg, const OpDef& op_def, in ValidateArg() function
313 TF_RETURN_IF_ERROR(ValidateArg(arg, op_def, false, &names)); in ValidateOpDef()
317 TF_RETURN_IF_ERROR(ValidateArg(arg, op_def, true, &names)); in ValidateOpDef()