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

Function get_dst_shape

src/gpu/cl/kernels/ClPermuteKernel.cpp:50–55  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48namespace
49{
50TensorShape get_dst_shape(const ITensorInfo *src, const PermutationVector &perm)
51{
52 TensorShape dst_shape = src->tensor_shape();
53 permute(dst_shape, perm);
54 return dst_shape;
55}
56
57Status validate_arguments(const ITensorInfo *src, const ITensorInfo *dst, const PermutationVector &perm)
58{

Callers 1

configureMethod · 0.85

Calls 1

permuteFunction · 0.50

Tested by

no test coverage detected