Searched refs:OpDefCompatible (Results 1 – 4 of 4) sorted by relevance
62 Status OpDefCompatible(const OpDef& old_op, const OpDef& new_op);
84 TF_ASSERT_OK(OpDefCompatible(old_op_def, *new_op_def)); in ExpectSuccess()96 Status status = OpDefCompatible(old_op_def, new_op_def); in ExpectIncompatible()
620 Status OpDefCompatible(const OpDef& old_op, const OpDef& new_op) { in OpDefCompatible() function
198 TF_RETURN_IF_ERROR(OpDefCompatible(history_op_list.op(i), cur_op)); in ValidateCompatible()