Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Dexhaustive_op_test_utils.cc79 constexpr int kNumSubnormalSubstitutionValues = 4; variable
136 return real_loc * kNumSubnormalSubstitutionValues + imag_loc; in GetCacheLocation()
143 int cache_size_per_element = (is_complex ? kNumSubnormalSubstitutionValues * in GetCacheLocation()
144 kNumSubnormalSubstitutionValues in GetCacheLocation()
145 : kNumSubnormalSubstitutionValues); in GetCacheLocation()
180 kNumSubnormalSubstitutionValues * kNumSubnormalSubstitutionValues); in FromCacheLocationComponent()
185 cache_loc / kNumSubnormalSubstitutionValues)); in FromCacheLocationComponent()
187 cache_loc % kNumSubnormalSubstitutionValues)); in FromCacheLocationComponent()
194 int cache_size_per_element = (is_complex ? kNumSubnormalSubstitutionValues * in FromCacheLocation()
195 kNumSubnormalSubstitutionValues in FromCacheLocation()
[all …]