Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/segment/
Dunion_find.cc29 inline bool CheckIfCompatible(const absl::optional<T>& a, in CheckIfCompatible() function
50 DCHECK(CheckIfCompatible(a, b)); in MergeCompatible()
101 if (!CheckIfCompatible(batch_size_, other.batch_size_) || in MergeIfCompatible()
102 !CheckIfCompatible(max_batch_size_, other.max_batch_size_)) { in MergeIfCompatible()