Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ vmul_f16
Function
vmul_f16
scripts/clang-tidy.h:35–38 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
33
}
34
35
inline float16x4_t vmul_f16 (float16x4_t, float16x4_t)
36
{
37
return vdup_n_f16(0);
38
}
39
40
inline float16x4_t vadd_f16 (float16x4_t, float16x4_t)
41
{
Callers
6
a64_fp16_4x4_3x3
Function · 0.85
a64_fp16_4x4_3x3
Function · 0.85
a64_fp16_6x6
Function · 0.85
pooling3_fp16_neon_nchw
Function · 0.85
pooling2_fp16_neon_nchw
Function · 0.85
vector_matrix_multiply_f16
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected