Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_def_util.h31 Status ValidateOpDef(const OpDef& op_def);
Dop_def_util_test.cc43 Status TestProto(const string& text) { return ValidateOpDef(FromText(text)); } in TestProto()
52 return ValidateOpDef(op_reg_data.op_def); in TestBuilder()
Dop.cc224 s = ValidateOpDef(op_reg_data->op_def); in RegisterAlreadyLocked()
Dop_def_util.cc251 Status ValidateOpDef(const OpDef& op_def) { in ValidateOpDef() function