Home
last modified time | relevance | path

Searched refs:compute_indirect_buffer_shape (Results 1 – 5 of 5) sorted by relevance

/external/ComputeLibrary/src/gpu/cl/kernels/
DClIndirectConv2dAddressPrecalculationKernel.cpp60 … misc::shape_calculator::compute_indirect_buffer_shape(src->tensor_shape(), in validate_arguments()
87 …TensorShape output_shape = misc::shape_calculator::compute_indirect_buffer_shape(src->tensor_shape… in configure()
DClIndirectConv2dKernel.cpp57 … misc::shape_calculator::compute_indirect_buffer_shape(src->tensor_shape(), in validate_arguments()
/external/ComputeLibrary/tests/validation/fixtures/
DIndirectConv2dAddressPrecalculationFixture.h111 …TensorShape shape_out = compute_indirect_buffer_shape(shape_conv_src, DataLayout::NHWC, sh… in compute_reference()
/external/ComputeLibrary/src/gpu/cl/operators/
DClIndirectConv2d.cpp98 …TensorShape ind_buffer_shape = misc::shape_calculator::compute_indirect_buffer_shape(src->tensor_s… in validate()
/external/ComputeLibrary/arm_compute/core/utils/misc/
DShapeCalculator.h759 inline TensorShape compute_indirect_buffer_shape(const TensorShape &input_shape, DataLayout input_d… in compute_indirect_buffer_shape() function