Searched refs:OpDefCompatible (Results 1 – 4 of 4) sorted by relevance
62 Status OpDefCompatible(const OpDef& old_op, const OpDef& new_op);
83 TF_ASSERT_OK(OpDefCompatible(old_op_def, *new_op_def)); in ExpectSuccess()95 Status status = OpDefCompatible(old_op_def, new_op_def); in ExpectIncompatible()
606 Status OpDefCompatible(const OpDef& old_op, const OpDef& new_op) { in OpDefCompatible() function
146 OpDefCompatible(in_op_history.op(i), op_list_.op(cur))); in ValidateCompatible()