Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dattr_value_util.h112 bool FastAreAttrValuesEqual(const AttrValue& a, const AttrValue& b);
Dattr_value_util.cc555 bool FastAreAttrValuesEqual(const AttrValue& a, const AttrValue& b) { in FastAreAttrValuesEqual() function
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dfunction_optimizer.cc202 if (!FastAreAttrValuesEqual(lhs.second, (*it).second)) return false; in operator ==()
Darithmetic_optimizer.cc3399 if (!FastAreAttrValuesEqual(attr1.second, it->second)) return false; in SameNode()