HomeSort by relevance Sort by last modified time
    Searched refs:OpDefCompatible (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/framework/
op_def_util.h 57 Status OpDefCompatible(const OpDef& old_op, const OpDef& new_op);
op_compatibility_test.cc 82 TF_ASSERT_OK(OpDefCompatible(old_op_def, *new_op_def));
93 // Test OpDefCompatible gives the same answer without the node_def.
94 Status status = OpDefCompatible(old_op_def, new_op_def);
    [all...]
op_def_util.cc 592 Status OpDefCompatible(const OpDef& old_op, const OpDef& new_op) {
675 // These shouldn't happen if the op passed OpDefCompatible().
  /external/tensorflow/tensorflow/core/ops/compat/
op_compatibility_lib.cc 146 OpDefCompatible(in_op_history.op(i), op_list_.op(cur)));

Completed in 588 milliseconds