MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / vquantize

Function vquantize

src/cpu/kernels/CpuMulKernel.cpp:177–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175
176template <typename T>
177inline typename std::enable_if<std::is_same<T, int8_t>::value, int8x16_t>::type
178vquantize(float32x4x4_t val, const UniformQuantizationInfo &info)
179{
180 return vquantize_signed(val, info);
181}
182
183template <typename T>
184inline typename std::enable_if<std::is_same<T, uint8_t>::value, uint8x16_t>::type

Callers 7

batch_concatFunction · 0.70
run_opMethod · 0.70
run_opMethod · 0.70
depth_concatFunction · 0.70
elementwise_op<uint8_t>Function · 0.50

Calls 1

vquantize_signedFunction · 0.85

Tested by

no test coverage detected