Home
last modified time | relevance | path

Searched defs:EqAtPtr (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dmap_tools.h33 struct EqAtPtr : std::binary_function<Ptr, Ptr, bool> { struct
34 bool operator()(const Ptr& x, const Ptr& y) const { return *x == *y; } in operator()