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

Function init_sgemm_output

utils/Utils.h:823–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

821
822template <typename T>
823void init_sgemm_output(T &dst, T &src0, T &src1, arm_compute::DataType dt)
824{
825 dst.allocator()->init(TensorInfo(
826 TensorShape(src1.info()->dimension(0), src0.info()->dimension(1), src0.info()->dimension(2)), 1, dt));
827}
828/** This function returns the amount of memory free reading from /proc/meminfo
829 *
830 * @return The free memory in kB

Callers 3

do_setupMethod · 0.85
do_setupMethod · 0.85
do_setupMethod · 0.85

Calls 6

TensorInfoClass · 0.50
TensorShapeClass · 0.50
initMethod · 0.45
allocatorMethod · 0.45
dimensionMethod · 0.45
infoMethod · 0.45

Tested by

no test coverage detected