Searched refs:GraphDefHash (Results 1 – 3 of 3) sorted by relevance
61 EXPECT_EQ(GraphDefHash(expected), GraphDefHash(actual)); in Match()68 EXPECT_NE(GraphDefHash(expected), GraphDefHash(actual)); in Match()
49 uint64 GraphDefHash(const GraphDef& gdef,
39 uint64 GraphDefHash(const GraphDef& gdef, const EqualGraphDefOptions& options) { in GraphDefHash() function