aboutsummaryrefslogtreecommitdiff
path: root/latest/hierarchy.js
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2024-05-16 09:47:51 +0100
committerNikhil Raj <nikhil.raj@arm.com>2024-05-16 09:47:51 +0100
commit1dc83febfb76d6a770bdf3ba16c4034a970c2320 (patch)
tree66d27e5587e9010f3db26a23a348df844c88f8e6 /latest/hierarchy.js
parent38b600d8abb2c5f7a44511b5deddf441f975d51d (diff)
downloadarmnn-gh-pages.tar.gz
IVGCVSW-8260 Update Doxgen Docu for 24.05gh-pages
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: If4bc983bf2793a27ded8e26ac2b29523fc1e4711
Diffstat (limited to 'latest/hierarchy.js')
-rw-r--r--latest/hierarchy.js21
1 files changed, 19 insertions, 2 deletions
diff --git a/latest/hierarchy.js b/latest/hierarchy.js
index 2f0b89a580..4f706b18c3 100644
--- a/latest/hierarchy.js
+++ b/latest/hierarchy.js
@@ -8,8 +8,8 @@ var hierarchy =
[ "ArmnnDevice", "classarmnn__driver_1_1_armnn_device.html", null ],
[ "ArmnnDriverImpl", "classarmnn__driver_1_1_armnn_driver_impl.html", null ],
[ "ArmnnOpaqueDelegate", "classarmnn_opaque_delegate_1_1_armnn_opaque_delegate.html", null ],
- [ "ArmnnSubgraph", "classarmnn_opaque_delegate_1_1_armnn_subgraph.html", null ],
[ "ArmnnSubgraph", "classarmnn_delegate_1_1_armnn_subgraph.html", null ],
+ [ "ArmnnSubgraph", "classarmnn_opaque_delegate_1_1_armnn_subgraph.html", null ],
[ "AsyncCallbackManager", "classarmnn_1_1experimental_1_1_async_callback_manager.html", null ],
[ "BackendId", "classarmnn_1_1_backend_id.html", null ],
[ "BackendOptions::BackendOption", "structarmnn_1_1_backend_options_1_1_backend_option.html", null ],
@@ -58,6 +58,7 @@ var hierarchy =
[ "ReduceDescriptor", "structarmnn_1_1_reduce_descriptor.html", null ],
[ "ReshapeDescriptor", "structarmnn_1_1_reshape_descriptor.html", null ],
[ "ResizeDescriptor", "structarmnn_1_1_resize_descriptor.html", null ],
+ [ "ScatterNdDescriptor", "structarmnn_1_1_scatter_nd_descriptor.html", null ],
[ "SliceDescriptor", "structarmnn_1_1_slice_descriptor.html", null ],
[ "SoftmaxDescriptor", "structarmnn_1_1_softmax_descriptor.html", null ],
[ "SpaceToBatchNdDescriptor", "structarmnn_1_1_space_to_batch_nd_descriptor.html", null ],
@@ -435,6 +436,9 @@ var hierarchy =
[ "LayerWithParameters< ResizeDescriptor >", "classarmnn_1_1_layer_with_parameters.html", [
[ "ResizeLayer", "classarmnn_1_1_resize_layer.html", null ]
] ],
+ [ "LayerWithParameters< ScatterNdDescriptor >", "classarmnn_1_1_layer_with_parameters.html", [
+ [ "ScatterNdLayer", "classarmnn_1_1_scatter_nd_layer.html", null ]
+ ] ],
[ "LayerWithParameters< SliceDescriptor >", "classarmnn_1_1_layer_with_parameters.html", [
[ "SliceLayer", "classarmnn_1_1_slice_layer.html", null ]
] ],
@@ -1205,6 +1209,14 @@ var hierarchy =
[ "NeonRsqrtWorkload", "classarmnn_1_1_neon_rsqrt_workload.html", null ]
] ]
] ],
+ [ "BaseWorkload< ScatterNdQueueDescriptor >", "classarmnn_1_1_base_workload.html", [
+ [ "ClBaseWorkload< ScatterNdQueueDescriptor >", "classarmnn_1_1_cl_base_workload.html", [
+ [ "ClScatterNdWorkload", "classarmnn_1_1_cl_scatter_nd_workload.html", null ]
+ ] ],
+ [ "RefBaseWorkload< ScatterNdQueueDescriptor >", "classarmnn_1_1_ref_base_workload.html", [
+ [ "RefScatterNdWorkload", "classarmnn_1_1_ref_scatter_nd_workload.html", null ]
+ ] ]
+ ] ],
[ "BaseWorkload< ShapeQueueDescriptor >", "classarmnn_1_1_base_workload.html", [
[ "RefBaseWorkload< ShapeQueueDescriptor >", "classarmnn_1_1_ref_base_workload.html", [
[ "RefShapeWorkload", "structarmnn_1_1_ref_shape_workload.html", null ]
@@ -1420,6 +1432,7 @@ var hierarchy =
[ "LayerTypeOfImpl< LayerType::Reshape >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_reshape_01_4.html", null ],
[ "LayerTypeOfImpl< LayerType::Resize >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_resize_01_4.html", null ],
[ "LayerTypeOfImpl< LayerType::ReverseV2 >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_reverse_v2_01_4.html", null ],
+ [ "LayerTypeOfImpl< LayerType::ScatterNd >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_scatter_nd_01_4.html", null ],
[ "LayerTypeOfImpl< LayerType::Shape >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_shape_01_4.html", null ],
[ "LayerTypeOfImpl< LayerType::Slice >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_slice_01_4.html", null ],
[ "LayerTypeOfImpl< LayerType::Softmax >", "structarmnn_1_1_layer_type_of_impl_3_01_layer_type_1_1_softmax_01_4.html", null ],
@@ -1453,6 +1466,7 @@ var hierarchy =
[ "ManagedConstTensorHandle", "classarmnn_1_1_managed_const_tensor_handle.html", null ],
[ "ProfilerImpl::Marker", "structarmnn_1_1_profiler_impl_1_1_marker.html", null ],
[ "maximum< T >", "structarmnn_1_1maximum.html", null ],
+ [ "MaxMinIntoBoundedReluImpl", "classarmnn_1_1optimizations_1_1_max_min_into_bounded_relu_impl.html", null ],
[ "Measurement", "structarmnn_1_1_measurement.html", null ],
[ "MemBin", "structarmnn_1_1_mem_bin.html", null ],
[ "MemBlock", "structarmnn_1_1_mem_block.html", null ],
@@ -1533,10 +1547,10 @@ var hierarchy =
[ "PermuteAndBatchToSpaceAsDepthToSpaceImpl< PermuteType >", "classarmnn_1_1optimizations_1_1_permute_and_batch_to_space_as_depth_to_space_impl.html", null ],
[ "PermuteAsReshapeImpl", "classarmnn_1_1optimizations_1_1_permute_as_reshape_impl.html", null ],
[ "PermuteDepthwiseConv2dWeightsImpl", "classarmnn_1_1optimizations_1_1_permute_depthwise_conv2d_weights_impl.html", null ],
+ [ "TosaRefMemoryManager::Pool", "classarmnn_1_1_tosa_ref_memory_manager_1_1_pool.html", null ],
[ "GpuFsaMemoryManager::Pool", "classarmnn_1_1_gpu_fsa_memory_manager_1_1_pool.html", null ],
[ "SampleMemoryManager::Pool", "classsdb_1_1_sample_memory_manager_1_1_pool.html", null ],
[ "RefMemoryManager::Pool", "classarmnn_1_1_ref_memory_manager_1_1_pool.html", null ],
- [ "TosaRefMemoryManager::Pool", "classarmnn_1_1_tosa_ref_memory_manager_1_1_pool.html", null ],
[ "power< T >", "structarmnn_1_1power.html", null ],
[ "ProfilerImpl", "classarmnn_1_1_profiler_impl.html", null ],
[ "ProfilerManager", "classarmnn_1_1_profiler_manager.html", null ],
@@ -1696,6 +1710,9 @@ var hierarchy =
[ "QueueDescriptorWithParameters< ResizeDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.html", [
[ "ResizeQueueDescriptor", "structarmnn_1_1_resize_queue_descriptor.html", null ]
] ],
+ [ "QueueDescriptorWithParameters< ScatterNdDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.html", [
+ [ "ScatterNdQueueDescriptor", "structarmnn_1_1_scatter_nd_queue_descriptor.html", null ]
+ ] ],
[ "QueueDescriptorWithParameters< SliceDescriptor >", "structarmnn_1_1_queue_descriptor_with_parameters.html", [
[ "SliceQueueDescriptor", "structarmnn_1_1_slice_queue_descriptor.html", null ]
] ],