Home
last modified time | relevance | path

Searched refs:FastAreAttrValuesEqual (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/security/fuzzing/
DAreAttrValuesEqual_fuzz.cc45 assert(tensorflow::FastAreAttrValuesEqual(proto, proto_same)); in compareValues()
48 tensorflow::FastAreAttrValuesEqual(proto, proto2)); in compareValues()
/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.h116 bool FastAreAttrValuesEqual(const AttrValue& a, const AttrValue& b);
Dgraph_def_util.cc194 if (FastAreAttrValuesEqual(iter->second, default_value)) { in StripDefaultAttributes()
Dattr_value_util.cc596 bool FastAreAttrValuesEqual(const AttrValue& a, const AttrValue& b) { in FastAreAttrValuesEqual() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dcommon_subgraph_elimination.cc145 if (!FastAreAttrValuesEqual(attr1.second, it->second)) return false; in SameNode()
Dfunction_optimizer.cc185 if (!FastAreAttrValuesEqual(lhs.second, (*it).second)) return false; in operator ==()