Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ vmulq_n_f16
Function
vmulq_n_f16
scripts/clang-tidy.h:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
}
89
90
inline float16x8_t vmulq_n_f16(float16x8_t, float16_t)
91
{
92
return vdupq_n_f16(0);
93
}
94
95
inline float16x8_t vfmaq_f16(float16x8_t, float16x8_t, float16x8_t)
96
{
Callers
5
a64_fp16_4x4_3x3
Function · 0.85
a64_fp16_4x4_3x3
Function · 0.85
vector_matrix_multiply_f16
Function · 0.85
matrix_matrix_multiply_f16
Function · 0.85
convert_scale_store<float16_t>
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected