Searched refs:CheckIfCompatible (Results 1 – 1 of 1) sorted by relevance
29 inline bool CheckIfCompatible(const absl::optional<T>& a, in CheckIfCompatible() function50 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()