aboutsummaryrefslogtreecommitdiff
path: root/latest/classarmnn_1_1_layer_support_handle-members.html
diff options
context:
space:
mode:
authorNikhil Raj <nikhil.raj@arm.com>2023-11-22 11:41:15 +0000
committerNikhil Raj <nikhil.raj@arm.com>2023-11-22 11:41:15 +0000
commit6f92c8e9f8bb38dcf5dccf8deeff5112ecd8e37c (patch)
tree0c076149c03ac45c2617f5e02a77b79287ff5a0f /latest/classarmnn_1_1_layer_support_handle-members.html
parent03c7ff3f6188240baaeaeb405a357a0c58195fec (diff)
downloadarmnn-6f92c8e9f8bb38dcf5dccf8deeff5112ecd8e37c.tar.gz
Update Doxygen for 23.11
Signed-off-by: Nikhil Raj <nikhil.raj@arm.com> Change-Id: I47cd933f5002cb94a73aa97689d7b3d9c93cb849
Diffstat (limited to 'latest/classarmnn_1_1_layer_support_handle-members.html')
-rw-r--r--latest/classarmnn_1_1_layer_support_handle-members.html50
1 files changed, 26 insertions, 24 deletions
diff --git a/latest/classarmnn_1_1_layer_support_handle-members.html b/latest/classarmnn_1_1_layer_support_handle-members.html
index 21acc1edaf..23e28f5828 100644
--- a/latest/classarmnn_1_1_layer_support_handle-members.html
+++ b/latest/classarmnn_1_1_layer_support_handle-members.html
@@ -36,7 +36,7 @@
<img alt="ArmNN" src="Arm_NN_horizontal_blue.png" style="max-width: 15rem; margin-top: .5rem; margin-left 13px"/>
<td id="projectalign" style="padding-left: 0.9em;">
<div id="projectname">
- &#160;<span id="projectnumber">23.08</span>
+ &#160;<span id="projectnumber">23.11</span>
</div>
</td>
</tr>
@@ -106,28 +106,30 @@ $(document).ready(function(){initNavTree('classarmnn_1_1_layer_support_handle.ht
<tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#ace8cf49bfbc94c86e5798f012227e97a">IsBatchMatMulSupported</a>(const TensorInfo &amp;input0, const TensorInfo &amp;input1, const TensorInfo &amp;output, const BatchMatMulDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#aea9e3ad6c4591f4bb5288e4ff83cd35f">IsBatchNormalizationSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, const TensorInfo &amp;mean, const TensorInfo &amp;var, const TensorInfo &amp;beta, const TensorInfo &amp;gamma, const BatchNormalizationDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#ae17257bab002b8730d4db9d46205984f">IsBatchToSpaceNdSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, const BatchToSpaceNdDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
- <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a96f2cf5602db8514f2cea3867e7ac926">IsCastSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
- <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#ac9fc5eef6788cfc03488c843a57b0f19">IsChannelShuffleSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, const ChannelShuffleDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
- <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a009726b2903177e23e49731c0b26dacb">IsComparisonSupported</a>(const TensorInfo &amp;input0, const TensorInfo &amp;input1, const TensorInfo &amp;output, const ComparisonDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
- <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a0fc398e1ec8d7f0cb7ab5a90340d4f58">IsConcatSupported</a>(const std::vector&lt; const TensorInfo * &gt; inputs, const TensorInfo &amp;output, const OriginsDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
- <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a67abbe7e0891e7e200710db1045b8749">IsConstantSupported</a>(const TensorInfo &amp;output, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
- <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#aa2fcc1b20eb337a8f3e4da866d13fdf6">IsConvertFp16ToFp32Supported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
- <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#ab75d2c31ff8f8a1328ef553add2b9d78">IsConvertFp32ToFp16Supported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
- <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a492131f8af5a6b908d8b5b8758173741">IsConvolution2dSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, const Convolution2dDescriptor &amp;descriptor, const TensorInfo &amp;weights, const Optional&lt; TensorInfo &gt; &amp;biases, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
- <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a62faa7aebcc7e89e43b1e3311b6d5a6f">IsConvolution3dSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, const Convolution3dDescriptor &amp;descriptor, const TensorInfo &amp;weights, const Optional&lt; TensorInfo &gt; &amp;biases, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
- <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#ae4e2808ae00d3b75cf74959931d80d32">IsDebugSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
- <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a1091fdebb123263e85d177080b7e0060">IsDepthToSpaceSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, const DepthToSpaceDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
- <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#ae9a4633ba37ffaa4af8eb73bc2ce0286">IsDepthwiseConvolutionSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, const DepthwiseConvolution2dDescriptor &amp;descriptor, const TensorInfo &amp;weights, const Optional&lt; TensorInfo &gt; &amp;biases, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
- <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a04da66d00ef1d291cea528334dbf8888">IsDequantizeSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
- <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a9de03af37ec3dbf50b37878f1243cd59">IsDetectionPostProcessSupported</a>(const TensorInfo &amp;boxEncodings, const TensorInfo &amp;scores, const TensorInfo &amp;anchors, const TensorInfo &amp;detectionBoxes, const TensorInfo &amp;detectionClasses, const TensorInfo &amp;detectionScores, const TensorInfo &amp;numDetections, const DetectionPostProcessDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
- <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a95f79bae525468353b390abe94b3c80c">IsDilatedDepthwiseConvolutionSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, const DepthwiseConvolution2dDescriptor &amp;descriptor, const TensorInfo &amp;weights, const Optional&lt; TensorInfo &gt; &amp;biases, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
- <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a512e9f2a0569448552dada8d0fa56560">IsDivisionSupported</a>(const TensorInfo &amp;input0, const TensorInfo &amp;input1, const TensorInfo &amp;output, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
- <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#ab14cf394d41e0d2e054168ac750609eb">IsElementwiseBinarySupported</a>(const TensorInfo &amp;input0, const TensorInfo &amp;input1, const TensorInfo &amp;output, const ElementwiseBinaryDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
- <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a79c5c5b719cda20e6c98b817d5d017dc">IsElementwiseUnarySupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, const ElementwiseUnaryDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
- <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a25f39ae864922988e81774018f83184e">IsFakeQuantizationSupported</a>(const TensorInfo &amp;input, const FakeQuantizationDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
- <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#ad6875dbc48201de4686cea7d92545d20">IsFillSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, const FillDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
- <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a8ead902c2b5299ef327260808d68f18e">IsFloorSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
- <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a2d5274abadcaba1d3065d2e411c7a180">IsFullyConnectedSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, const TensorInfo &amp;weights, const TensorInfo &amp;biases, const FullyConnectedDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a29c42263480aa3f5319135182dc5e6f1">IsBroadcastToSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, const BroadcastToDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported)</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a96f2cf5602db8514f2cea3867e7ac926">IsCastSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#ac9fc5eef6788cfc03488c843a57b0f19">IsChannelShuffleSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, const ChannelShuffleDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a009726b2903177e23e49731c0b26dacb">IsComparisonSupported</a>(const TensorInfo &amp;input0, const TensorInfo &amp;input1, const TensorInfo &amp;output, const ComparisonDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a0fc398e1ec8d7f0cb7ab5a90340d4f58">IsConcatSupported</a>(const std::vector&lt; const TensorInfo * &gt; inputs, const TensorInfo &amp;output, const OriginsDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a67abbe7e0891e7e200710db1045b8749">IsConstantSupported</a>(const TensorInfo &amp;output, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#aa2fcc1b20eb337a8f3e4da866d13fdf6">IsConvertFp16ToFp32Supported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#ab75d2c31ff8f8a1328ef553add2b9d78">IsConvertFp32ToFp16Supported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a492131f8af5a6b908d8b5b8758173741">IsConvolution2dSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, const Convolution2dDescriptor &amp;descriptor, const TensorInfo &amp;weights, const Optional&lt; TensorInfo &gt; &amp;biases, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a62faa7aebcc7e89e43b1e3311b6d5a6f">IsConvolution3dSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, const Convolution3dDescriptor &amp;descriptor, const TensorInfo &amp;weights, const Optional&lt; TensorInfo &gt; &amp;biases, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#ae4e2808ae00d3b75cf74959931d80d32">IsDebugSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a1091fdebb123263e85d177080b7e0060">IsDepthToSpaceSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, const DepthToSpaceDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#ae9a4633ba37ffaa4af8eb73bc2ce0286">IsDepthwiseConvolutionSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, const DepthwiseConvolution2dDescriptor &amp;descriptor, const TensorInfo &amp;weights, const Optional&lt; TensorInfo &gt; &amp;biases, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a04da66d00ef1d291cea528334dbf8888">IsDequantizeSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a9de03af37ec3dbf50b37878f1243cd59">IsDetectionPostProcessSupported</a>(const TensorInfo &amp;boxEncodings, const TensorInfo &amp;scores, const TensorInfo &amp;anchors, const TensorInfo &amp;detectionBoxes, const TensorInfo &amp;detectionClasses, const TensorInfo &amp;detectionScores, const TensorInfo &amp;numDetections, const DetectionPostProcessDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a95f79bae525468353b390abe94b3c80c">IsDilatedDepthwiseConvolutionSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, const DepthwiseConvolution2dDescriptor &amp;descriptor, const TensorInfo &amp;weights, const Optional&lt; TensorInfo &gt; &amp;biases, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a512e9f2a0569448552dada8d0fa56560">IsDivisionSupported</a>(const TensorInfo &amp;input0, const TensorInfo &amp;input1, const TensorInfo &amp;output, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#ab14cf394d41e0d2e054168ac750609eb">IsElementwiseBinarySupported</a>(const TensorInfo &amp;input0, const TensorInfo &amp;input1, const TensorInfo &amp;output, const ElementwiseBinaryDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a79c5c5b719cda20e6c98b817d5d017dc">IsElementwiseUnarySupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, const ElementwiseUnaryDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a25f39ae864922988e81774018f83184e">IsFakeQuantizationSupported</a>(const TensorInfo &amp;input, const FakeQuantizationDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#ad6875dbc48201de4686cea7d92545d20">IsFillSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, const FillDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a8ead902c2b5299ef327260808d68f18e">IsFloorSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a2d5274abadcaba1d3065d2e411c7a180">IsFullyConnectedSupported</a>(const TensorInfo &amp;input, const TensorInfo &amp;output, const TensorInfo &amp;weights, const TensorInfo &amp;biases, const FullyConnectedDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
+ <tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#adc08c0e1c41260834846630e70e38a44">IsFusedSupported</a>(const std::vector&lt; std::reference_wrapper&lt; TensorInfo &gt;&gt; &amp;inputs, const std::vector&lt; std::reference_wrapper&lt; TensorInfo &gt;&gt; &amp;outputs, const FusedDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a13ea2c461ec421c0ce6eb1be1d540fb4">IsGatherNdSupported</a>(const TensorInfo &amp;input0, const TensorInfo &amp;input1, const TensorInfo &amp;output, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#a7ef5e420337dd6c60ff00a780da8b8e7">IsGatherSupported</a>(const TensorInfo &amp;input0, const TensorInfo &amp;input1, const TensorInfo &amp;output, const GatherDescriptor &amp;descriptor, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
<tr><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html#ae1dd7bce774b0aa7dd3524eb44f89a55">IsInputSupported</a>(const TensorInfo &amp;input, Optional&lt; std::string &amp; &gt; reasonIfUnsupported=EmptyOptional())</td><td class="entry"><a class="el" href="classarmnn_1_1_layer_support_handle.html">LayerSupportHandle</a></td><td class="entry"></td></tr>
@@ -182,7 +184,7 @@ $(document).ready(function(){initNavTree('classarmnn_1_1_layer_support_handle.ht
<!-- start footer part -->
<div id="nav-path" class="navpath"><!-- id is needed for treeview function! -->
<ul>
- <li class="footer">Generated on Tue Aug 22 2023 11:37:07 for Arm NN by
+ <li class="footer">Generated on Wed Nov 22 2023 10:57:14 for Arm NN by
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.8.17 </li>
</ul>