Searched refs:CLQLSTMLayerNormalizationKernel (Results 1 – 7 of 7) sorted by relevance
/external/ComputeLibrary/src/core/CL/kernels/ |
D | CLQLSTMLayerNormalizationKernel.h | 34 class CLQLSTMLayerNormalizationKernel : public ICLKernel 38 CLQLSTMLayerNormalizationKernel(); 40 CLQLSTMLayerNormalizationKernel(const CLQLSTMLayerNormalizationKernel &) = delete; 42 CLQLSTMLayerNormalizationKernel &operator=(const CLQLSTMLayerNormalizationKernel &) = delete; 44 CLQLSTMLayerNormalizationKernel(CLQLSTMLayerNormalizationKernel &&) = default; 46 CLQLSTMLayerNormalizationKernel &operator=(CLQLSTMLayerNormalizationKernel &&) = default; 48 ~CLQLSTMLayerNormalizationKernel() = default;
|
D | CLQLSTMLayerNormalizationKernel.cpp | 82 CLQLSTMLayerNormalizationKernel::CLQLSTMLayerNormalizationKernel() in CLQLSTMLayerNormalizationKernel() function in arm_compute::CLQLSTMLayerNormalizationKernel 88 void CLQLSTMLayerNormalizationKernel::configure(const CLCompileContext &compile_context, const ICLT… in configure() 136 void CLQLSTMLayerNormalizationKernel::configure(const ICLTensor *input, ICLTensor *output, const IC… in configure() 141 Status CLQLSTMLayerNormalizationKernel::validate(const ITensorInfo *input, const ITensorInfo *outpu… in validate() 148 void CLQLSTMLayerNormalizationKernel::run(const Window &window, cl::CommandQueue &queue) in run()
|
/external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
D | CLQLSTMLayer.h | 43 class CLQLSTMLayerNormalizationKernel; variable 370 std::array<std::unique_ptr<CLQLSTMLayerNormalizationKernel>, _layer_norm_count> _layer_norms; 421 inline CLQLSTMLayerNormalizationKernel &get_layer_norm(LayerNormGate g) in get_layer_norm()
|
/external/ComputeLibrary/tests/validation/CL/ |
D | QLSTMLayerNormalization.cpp | 48 using CLQLSTMLayerNormalization = CLSynthetizeFunction<CLQLSTMLayerNormalizationKernel>;
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLQLSTMLayer.cpp | 109 norm = std::make_unique<CLQLSTMLayerNormalizationKernel>(); in CLQLSTMLayer() 136 return CLQLSTMLayerNormalizationKernel::validate(&in, &out, &weight, &bias); in validate_layer_norm()
|
/external/ComputeLibrary/docs/user_guide/ |
D | release_version_and_change_log.dox | 813 - @ref CLQLSTMLayerNormalizationKernel
|
/external/ComputeLibrary/ |
D | Android.bp | 146 "src/core/CL/kernels/CLQLSTMLayerNormalizationKernel.cpp",
|