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.cc84 TF_ASSERT_OK(OpDefCompatible(old_op_def, *new_op_def)); in ExpectSuccess()
96 Status status = OpDefCompatible(old_op_def, new_op_def); in ExpectIncompatible()
Dop_def_util.cc620 Status OpDefCompatible(const OpDef& old_op, const OpDef& new_op) { in OpDefCompatible() function
/external/tensorflow/tensorflow/core/ops/compat/
Dop_compatibility_lib.cc198 TF_RETURN_IF_ERROR(OpDefCompatible(history_op_list.op(i), cur_op)); in ValidateCompatible()