Home
last modified time | relevance | path

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

/dports/math/onednn/oneDNN-2.5.1/src/gpu/jit/conv/
H A Dir.hpp685 if (bound == unlimited_bound(true)) return false; in is_good_bound()
686 if (bound == unlimited_bound(false)) return false; in is_good_bound()
695 static int64_t unlimited_bound(bool is_low) { in unlimited_bound() function in dnnl::impl::gpu::jit::bound_finder_t
H A Dir.cpp589 int64_t def_bound = unlimited_bound(is_low); in find_bound_impl()