Home
last modified time | relevance | path

Searched refs:equal_ (Results 1 – 3 of 3) 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/catch2/docs/
Dmatchers.md101 _approximately equal_ with the target number with some specific tolerance.
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_impl.py1263 def equal_(x, y): function
1295 equal_(resized_height, target_height), ValueError,
1298 equal_(resized_width, target_width), ValueError,