Home
last modified time | relevance | path

Searched defs:block_shape_x (Results 1 – 8 of 8) sorted by relevance

/external/ComputeLibrary/src/runtime/CL/functions/
DCLBatchToSpaceLayer.cpp57 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()
DCLSpaceToBatchLayer.cpp65 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/
DCLBatchToSpaceLayerKernel.cpp55 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()
DCLSpaceToBatchLayerKernel.cpp63 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/
DNEBatchToSpaceLayer.cpp44 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()
DNESpaceToBatchLayer.cpp60 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/
DNEBatchToSpaceLayerKernel.cpp56 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()
DNESpaceToBatchLayerKernel.cpp67 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()