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 62 Status OpDefCompatible(const OpDef& old_op, const OpDef& new_op);
op_compatibility_test.cc 83 TF_ASSERT_OK(OpDefCompatible(old_op_def, *new_op_def));
94 // Test OpDefCompatible gives the same answer without the node_def.
95 Status status = OpDefCompatible(old_op_def, new_op_def);
    [all...]
op_def_util.cc 606 Status OpDefCompatible(const OpDef& old_op, const OpDef& new_op) {
689 // 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 225 milliseconds