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

Method stride

src/graph/nodes/ReorgLayerNode.cpp:40–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

38}
39
40int ReorgLayerNode::stride() const
41{
42 return _stride;
43}
44
45TensorDescriptor ReorgLayerNode::compute_output_descriptor(const TensorDescriptor &input_descriptor, int stride)
46{

Callers 15

TypePrinter.hFile · 0.45
configureMethod · 0.45
validateMethod · 0.45
validate_argumentsFunction · 0.45
configureMethod · 0.45
validate_argumentsFunction · 0.45
configureMethod · 0.45
run_opMethod · 0.45
configure_opencl_kernelFunction · 0.45
configureMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected