Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dop_def_util.h62 Status OpDefCompatible(const OpDef& old_op, const OpDef& new_op);
Dop_compatibility_test.cc83 TF_ASSERT_OK(OpDefCompatible(old_op_def, *new_op_def)); in ExpectSuccess()
95 Status status = OpDefCompatible(old_op_def, new_op_def); in ExpectIncompatible()
Dop_def_util.cc606 Status OpDefCompatible(const OpDef& old_op, const OpDef& new_op) { in OpDefCompatible() function
/external/tensorflow/tensorflow/core/ops/compat/
Dop_compatibility_lib.cc146 OpDefCompatible(in_op_history.op(i), op_list_.op(cur))); in ValidateCompatible()