Searched defs:block_shape_x (Results 1 – 8 of 8) sorted by relevance
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLBatchToSpaceLayer.cpp | 57 void CLBatchToSpaceLayer::configure(const ICLTensor *input, int32_t block_shape_x, int32_t block_sh… in configure() 62 …(const CLCompileContext &compile_context, const ICLTensor *input, int32_t block_shape_x, int32_t b… in configure() 73 Status CLBatchToSpaceLayer::validate(const ITensorInfo *input, int32_t block_shape_x, int32_t block… in validate()
|
D | CLSpaceToBatchLayer.cpp | 65 void CLSpaceToBatchLayer::configure(const ICLTensor *input, const int block_shape_x, const int bloc… in configure() 70 …const CLCompileContext &compile_context, const ICLTensor *input, const int block_shape_x, const in… in configure() 92 Status CLSpaceToBatchLayer::validate(const ITensorInfo *input, const int block_shape_x, const int b… in validate()
|
/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLBatchToSpaceLayerKernel.cpp | 55 Status validate_arguments_static(const ITensorInfo *input, const int block_shape_x, const int block… in validate_arguments_static() 122 void CLBatchToSpaceLayerKernel::configure(const ICLTensor *input, const int32_t block_shape_x, cons… in configure() 127 …nst CLCompileContext &compile_context, const ICLTensor *input, const int32_t block_shape_x, const … in configure() 162 Status CLBatchToSpaceLayerKernel::validate(const ITensorInfo *input, const int32_t block_shape_x, c… in validate()
|
D | CLSpaceToBatchLayerKernel.cpp | 63 Status validate_arguments_static(const ITensorInfo *input, const int block_shape_x, const int block… in validate_arguments_static() 128 void CLSpaceToBatchLayerKernel::configure(const ICLTensor *input, const int block_shape_x, const in… in configure() 134 …const CLCompileContext &compile_context, const ICLTensor *input, const int block_shape_x, const in… in configure() 180 Status CLSpaceToBatchLayerKernel::validate(const ITensorInfo *input, const int block_shape_x, const… in validate()
|
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NEBatchToSpaceLayer.cpp | 44 void NEBatchToSpaceLayer::configure(const ITensor *input, int32_t block_shape_x, int32_t block_shap… in configure() 56 Status NEBatchToSpaceLayer::validate(const ITensorInfo *input, int32_t block_shape_x, int32_t block… in validate()
|
D | NESpaceToBatchLayer.cpp | 60 void NESpaceToBatchLayer::configure(const ITensor *input, const int block_shape_x, const int block_… in configure() 81 Status NESpaceToBatchLayer::validate(const ITensorInfo *input, const int block_shape_x, const int b… in validate()
|
/external/ComputeLibrary/src/core/NEON/kernels/ |
D | NEBatchToSpaceLayerKernel.cpp | 56 Status validate_arguments_static(const ITensorInfo *input, const int block_shape_x, const int block… in validate_arguments_static() 103 void NEBatchToSpaceLayerKernel::configure(const ITensor *input, const int32_t block_shape_x, const … in configure() 131 Status NEBatchToSpaceLayerKernel::validate(const ITensorInfo *input, const int32_t block_shape_x, c… in validate()
|
D | NESpaceToBatchLayerKernel.cpp | 67 Status validate_arguments_static(const ITensorInfo *input, const int block_shape_x, const int block… in validate_arguments_static() 109 void NESpaceToBatchLayerKernel::configure(const ITensor *input, const int block_shape_x, const int … in configure() 136 Status NESpaceToBatchLayerKernel::validate(const ITensorInfo *input, const int block_shape_x, const… in validate()
|