Searched refs:L2NormalizeLayerNode (Results 1 – 12 of 12) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/graph/nodes/ |
H A D | L2NormalizeLayerNode.cpp | 33 L2NormalizeLayerNode::L2NormalizeLayerNode() in L2NormalizeLayerNode() function in arm_compute::graph::L2NormalizeLayerNode 34 : L2NormalizeLayerNode(0, 1e-12f) in L2NormalizeLayerNode() 38 L2NormalizeLayerNode::L2NormalizeLayerNode(int axis) in L2NormalizeLayerNode() function in arm_compute::graph::L2NormalizeLayerNode 39 : L2NormalizeLayerNode(axis, 1e-12f) in L2NormalizeLayerNode() 43 L2NormalizeLayerNode::L2NormalizeLayerNode(int axis, float epsilon) in L2NormalizeLayerNode() function in arm_compute::graph::L2NormalizeLayerNode 50 bool L2NormalizeLayerNode::forward_descriptors() in forward_descriptors() 62 TensorDescriptor L2NormalizeLayerNode::configure_output(size_t idx) const in configure_output() 75 int L2NormalizeLayerNode::axis() const in axis() 80 float L2NormalizeLayerNode::epsilon() const in epsilon() 85 NodeType L2NormalizeLayerNode::type() const in type() [all …]
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/nodes/ |
H A D | L2NormalizeLayerNode.h | 34 class L2NormalizeLayerNode final : public INode 40 L2NormalizeLayerNode(); 46 L2NormalizeLayerNode(int axis); 53 L2NormalizeLayerNode(int axis, float epsilon);
|
H A D | NodesFwd.h | 57 class L2NormalizeLayerNode; variable
|
/aosp_15_r20/external/ComputeLibrary/src/graph/backends/NEON/ |
H A D | NENodeValidator.cpp | 91 …lidate_l2_normalize_layer<NEL2NormalizeLayer>(*polymorphic_downcast<L2NormalizeLayerNode *>(node)); in validate()
|
H A D | NEFunctionFactory.cpp | 170 …ize_layer<NEL2NormalizeLayer, NETargetInfo>(*polymorphic_downcast<L2NormalizeLayerNode *>(node), c… in create()
|
/aosp_15_r20/external/ComputeLibrary/src/graph/backends/CL/ |
H A D | CLNodeValidator.cpp | 94 …lidate_l2_normalize_layer<CLL2NormalizeLayer>(*polymorphic_downcast<L2NormalizeLayerNode *>(node)); in validate()
|
H A D | CLFunctionsFactory.cpp | 284 …ize_layer<CLL2NormalizeLayer, CLTargetInfo>(*polymorphic_downcast<L2NormalizeLayerNode *>(node), c… in create()
|
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/backends/ |
H A D | ValidateHelpers.h | 391 Status validate_l2_normalize_layer(L2NormalizeLayerNode &node) in validate_l2_normalize_layer()
|
H A D | FunctionHelpers.h | 1283 std::unique_ptr<IFunction> create_l2_normalize_layer(L2NormalizeLayerNode &node, GraphContext &ctx) in create_l2_normalize_layer()
|
/aosp_15_r20/external/ComputeLibrary/src/graph/ |
H A D | GraphBuilder.cpp | 557 …return create_simple_single_input_output_node<L2NormalizeLayerNode>(g, params, input, axis, epsilo… in add_l2_normalize_node()
|
/aosp_15_r20/external/ComputeLibrary/src/ |
H A D | BUILD.bazel | 80 "graph/nodes/L2NormalizeLayerNode.cpp",
|
H A D | CMakeLists.txt | 81 graph/nodes/L2NormalizeLayerNode.cpp
|