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

  /external/tensorflow/tensorflow/core/framework/
op_def_util.h 97 uint64 OpDefHash(const OpDef& o);
op_def_util_test.cc 490 EXPECT_EQ(OpDefHash(o1), OpDefHash(o2));
496 EXPECT_NE(OpDefHash(o1), OpDefHash(o2));
op_def_util.cc 836 uint64 OpDefHash(const OpDef& o) {
function.cc 776 uint64 h = OpDefHash(fdef.signature());
    [all...]

Completed in 70 milliseconds