Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ vmaxq_f16
Function
vmaxq_f16
scripts/clang-tidy.h:170–173 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
168
}
169
170
inline float16x8_t vmaxq_f16 (float16x8_t, float16x8_t)
171
{
172
return vdupq_n_f16(0);
173
}
174
175
inline float16x8_t vminq_f16 (float16x8_t, float16x8_t)
176
{
Callers
4
dequantize_block_32<__fp16>
Function · 0.85
a64_fp16_4x4_3x3
Function · 0.85
pooling2_f16_maxpool_indices
Function · 0.85
poolingMxN_fp16_neon_nhwc
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected