Home
last modified time | relevance | path

Searched refs:CLQLSTMLayerNormalizationKernel (Results 1 – 7 of 7) sorted by relevance

/external/ComputeLibrary/src/core/CL/kernels/
DCLQLSTMLayerNormalizationKernel.h34 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;
DCLQLSTMLayerNormalizationKernel.cpp82 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/
DCLQLSTMLayer.h43 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/
DQLSTMLayerNormalization.cpp48 using CLQLSTMLayerNormalization = CLSynthetizeFunction<CLQLSTMLayerNormalizationKernel>;
/external/ComputeLibrary/src/runtime/CL/functions/
DCLQLSTMLayer.cpp109 norm = std::make_unique<CLQLSTMLayerNormalizationKernel>(); in CLQLSTMLayer()
136 return CLQLSTMLayerNormalizationKernel::validate(&in, &out, &weight, &bias); in validate_layer_norm()
/external/ComputeLibrary/docs/user_guide/
Drelease_version_and_change_log.dox813 - @ref CLQLSTMLayerNormalizationKernel
/external/ComputeLibrary/
DAndroid.bp146 "src/core/CL/kernels/CLQLSTMLayerNormalizationKernel.cpp",