Home
last modified time | relevance | path

Searched refs:equal_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/lib/gtl/
Dflatrep.h51 FlatRep(size_t N, const Hash& hf, const Eq& eq) : hash_(hf), equal_(eq) { in FlatRep()
54 FlatRep(const FlatRep& src) : hash_(src.hash_), equal_(src.equal_) { in FlatRep()
63 : hash_(src.hash_), equal_(src.equal_) { in FlatRep()
82 const Eq& key_eq() const { return equal_; } in key_eq()
152 if (x == marker && equal_(b->key(bi), k)) { in Find()
179 if (x == marker && equal_(b->key(bi), k)) { in FindOrInsert()
246 Eq equal_; // User-supplied comparator variable
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py896 def equal_(x, y): function
928 equal_(resized_height, target_height), ValueError,
931 equal_(resized_width, target_width), ValueError,