Home
last modified time | relevance | path

Searched refs:EqualAttrs (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Doptimizer_cse.cc146 if (!a->attrs().EqualAttrs(b->attrs(), scratch)) return false; in Equivalent()
/external/tensorflow/tensorflow/core/framework/
Dnode_def_util.h159 bool EqualAttrs(AttrSlice other, Scratch* scratch) const;
Dnode_def_util.cc192 bool AttrSlice::EqualAttrs(AttrSlice other, Scratch* scratch) const { in EqualAttrs() function in tensorflow::AttrSlice