aboutsummaryrefslogtreecommitdiff
path: root/delegate/opaque/src/armnn_delegate.cpp
AgeCommit message (Expand)Author
2024-03-12IVGCVSW-8232 ScatterNd added to delegate and opaque delegateKevin May
2024-03-04IVGCVSW-7572 Only print JSON profiling once per ArmnnSubgraph.Colm Donelan
2023-11-10IVGCVSW-7753 Tweak to Opaque delegate exception catchingDavid Monahan
2023-11-03IVGCVSW-8117 Add log message to Delegate stating backends addedKevin May
2023-11-01IVGCVSW-8112: Print caught exceptions to console in the delegateCiara Sookarry
2023-10-25IVGCVSW-7722 Add ArmNNSettings to Opaque DelegateTeresa Charlin
2023-10-05IVGCVSW-8060 Add ArmNNSettings parser function for Opaque DelegateTeresa Charlin
2023-10-05IVGCVSW-7750 DTS: Fix ElementWise isnan assertDavid Monahan
2023-09-29IVGCVSW-8055 Add support for GELU activation function.Teresa Charlin
2023-09-12IVGCVSW-8037 Add BROADCAST_TO to tflite classic and opaque delegate.Idriss Chaouch
2023-08-04IVGCVSW-7676 Audit the use of ARMNN_ASSERTRyan OShea
2023-08-01IVGCVSW-7451 LEAKY_RELU not supported by delegateTianle Cheng
2023-07-28IVGCVSW-7886 Add TILE to delegate and opaque delegateTianle Cheng
2023-07-18IVGCVSW-7834 Add REVERSE_V2 to classic and opaque delegatesTracy Narine
2023-05-18IVGCVSW-7735 Opaque Delegate CleanupRyan OShea
2023-05-17IVGCVSW-7400 POW IVGCVSW-7278 SQUARED_DIFFERENCE.John Mcloughlin
2023-05-08IVGCVSW-7626 Add Execute Network for Opaque DelegateNarumol Prangnawarat
2023-05-05IVGCVSW-7423 Add ArmnnDelegatePluginNarumol Prangnawarat
2023-05-05IVGCVSW-7618 Implement UnidirectionalSequenceLstm operator for Opaque DelegateMatthew Sloyan
2023-05-04IVGCVSW-7605 IVGCVSW-7604 Implement Squeeze and ExpandDims operators for Clas...Matthew Sloyan
2023-05-04IVGCVSW-7612 Implement Split OperatorsDavid Monahan
2023-05-02IVGCVSW-7603 Implement Reshape operators for Opaque DelegateMatthew Sloyan
2023-04-28IVGCVSW-7610 IVGCVSW-7616 Slice and StridedSlice for opaque delegateTeresa Charlin
2023-04-28IVGCVSW-7606 IVGCVSW-7607 Add Resize and Reduce to Opaque DelegateJohn Mcloughlin
2023-04-28IVGCVSW-7611 IVGCVSW-7614 IVGCVSW-7615 IVGCVSW-7617 Softmax, SpaceToDepth, De...Teresa Charlin
2023-04-28IVGCVSW-7602 IVGCVSW-7602 Implement opaque delegate for Quantize + Dequantize...Francis Murtagh
2023-04-28IVGCVSW-7596 IVGCVSW-7619 IVGCVSW-7597 Pack, Unpack and Pad for opaque delegateTeresa Charlin
2023-04-28IVGCVSW-7588 Implement ElementWiseBinary Op for Opaque DelegateDavid Monahan
2023-04-28IVGCVSW-7608 IVGCVSW-7594 IVGCVSW-7598 IVGCVSW-7599 Implement Floor,Matthew Sloyan
2023-04-27IVGCVSW-7576 IVGCVSW-7609 Add BatchMatMul and Shape to Opaque DelegateJohn Mcloughlin
2023-04-27IVGCVSW-7584 IVGCVSW-7585 Implement Conv3d and TransposeConv2d operators for ...Francis Murtagh
2023-04-27IVGCVSW-7589 IVGCVSW-7595 IVGCVSW-7593 ElementwiseUnary, Normalization and Lo...Teresa Charlin
2023-04-27IVGCVSW-7574 IVGCVSW-7590 IVGCVSW-7600 Implement Activation, FullyConnected a...Matthew Sloyan
2023-04-27IVGCVSW-7591 IVGCVSW-7592 Add Gather and GatherNd to Opaque DelegateKevin May
2023-04-26IVGCVSW-7575 Implement opaque delegate for ArgMinMax operatorJohn Mcloughlin
2023-04-26IVGCVSW-7577, IVGCVSW-7578 Implement BatchToSpaceNd and SpaceToBatchNd in Opa...Kevin May
2023-04-26IVGCVSW-7579 IVGCVSW-7581 IVGCVSW-7583 Implement Comparison, Concat and Mean ...Matthew Sloyan
2023-04-24IVGCVSW-7584 Implement Conv2d and DepthwiseConv2d operators for Opaque DelegateMatthew Sloyan
2023-04-13IVGCVSW-7564 Implement Cast operator for Opaque DelegateRyan OShea
2023-04-12IVGCVSW-7197 Implement Pimpl Idiom for OptimizerOptionsJohn Mcloughlin
2023-04-07IVGCVSW-7563 Implement DelegateTestInterpreter for opaque delegateMatthew Sloyan
2023-04-05IVGCVSW-7559 Implement DoPrepare with registrationMatthew Sloyan
2023-04-05IVGCVSW-7560 Implement Armnn Subgraph in Opaque DelegateRyan OShea
2023-03-31IVGCVSW-7556 Introduce Opaque Delegate APIFrancis Murtagh