MCPcopy Create free account

hub / github.com/ARM-software/armnn / functions

Functions10,903 in github.com/ARM-software/armnn

↓ 9 callersMethodGetHeader
profiling/common/include/Packet.hpp:72
↓ 9 callersMethodGetName
delegate/common/src/MultiLayerFacade.hpp:51
↓ 9 callersMethodGetNumElements
include/armnn/Tensor.hpp:198
↓ 9 callersFunctionGetShape
Get the shape from an ACL shape object
src/backends/aclCommon/ArmComputeTensorUtils.hpp:317
↓ 9 callersFunctionGetStrides
Get the strides from an ACL strides object
src/backends/aclCommon/ArmComputeTensorUtils.hpp:311
↓ 9 callersMethodGetSubgraphOutputTensorNames
src/armnnTfLiteParser/TfLiteParser.cpp:109
↓ 9 callersFunctionGetUnsignedAxis
src/armnnUtils/TensorUtils.cpp:236
↓ 9 callersMethodGetValue
include/armnn/BackendOptions.hpp:252
↓ 9 callersFunctionIsNCHW
src/backends/backendsCommon/SubgraphUtils.hpp:236
↓ 9 callersMethodIsTypeSpaceMatch
src/armnn/Tensor.cpp:432
↓ 9 callersMethodManage
src/backends/reference/RefTensorHandle.cpp:45
↓ 9 callersFunctionMeanStddevNormalization
Layer norm for each batch. normalization_epsilon is added to avoid divergence.
src/backends/reference/workloads/LstmUtils.cpp:40
↓ 9 callersFunctionMockImportBackendId
src/backends/backendsCommon/test/mockBackend/MockImportBackend.hpp:13
↓ 9 callersMethodSerializeToDot
src/armnn/Graph.cpp:146
↓ 9 callersMethodStop
src/backends/cl/OpenClTimer.cpp:83
↓ 9 callersFunctionValidateBiasTensorQuantization
---------------------------------------------------------------
src/backends/backendsCommon/WorkloadData.cpp:180
↓ 9 callersFunctionValidateFusedActivationOperator
delegate/classic/src/SharedFunctions.cpp:39
↓ 9 callersFunctionValidateFusedActivationOperator
delegate/opaque/src/SharedFunctions.cpp:35
↓ 9 callersMethodValidateTensorShapesFromInputs
src/armnn/layers/PadLayer.cpp:77
↓ 9 callersFunctionVectorBatchVectorAdd
src/backends/reference/workloads/LstmUtils.cpp:16
↓ 9 callersFunctionVectorBatchVectorCwiseProduct
src/backends/reference/workloads/LstmUtils.cpp:152
↓ 9 callersFunctionVerifyTensorInfoDataType
include/armnn/TypesUtils.hpp:383
↓ 9 callersFunctionVisitActivationOperator
delegate/classic/src/Activation.hpp:42
↓ 9 callersFunctionVisitActivationOperator
delegate/opaque/src/Activation.hpp:87
↓ 9 callersFunctionVisitElementwiseBinaryOperator
delegate/classic/src/ElementwiseBinary.hpp:299
↓ 9 callersFunctionVisitElementwiseBinaryOperator
delegate/opaque/src/ElementwiseBinary.hpp:291
↓ 9 callersFunctionVisitElementwiseUnaryOperator
delegate/classic/src/ElementwiseUnary.hpp:20
↓ 9 callersFunctionVisitElementwiseUnaryOperator
delegate/opaque/src/ElementwiseUnary.hpp:51
↓ 9 callersMethodallocate
src/backends/cl/test/ClCustomAllocatorTests.cpp:34
↓ 9 callersFunctionbuiltin_signbit
third-party/half/half.hpp:438
↓ 9 callersFunctionceil
Nearest integer not less than half value. \param arg half to round \return nearest integer not less than \a arg template<typename T> typename enable<h
third-party/half/half.hpp:2544
↓ 9 callersFunctionexp
Exponential function. \param arg function argument \return e raised to \a arg template<typename T> typename enable<expr,T>::type exp(T arg) { return f
third-party/half/half.hpp:2319
↓ 9 callersFunctionfloor
Nearest integer not greater than half value. \param arg half to round \return nearest integer not greater than \a arg template<typename T> typename en
third-party/half/half.hpp:2551
↓ 9 callersFunctionis_symlink
third-party/ghc/filesystem.hpp:3882
↓ 9 callersFunctionlast_write_time
third-party/ghc/filesystem.hpp:3915
↓ 9 callersFunctionlog
Natural logorithm. \param arg function argument \return logarithm of \a arg to base e template<typename T> typename enable<expr,T>::type log(T arg) {
third-party/half/half.hpp:2340
↓ 9 callersFunctionmatchesAny
checks if the name matches any of the filters (and can be configured what to do when empty)
third-party/doctest/doctest.h:3729
↓ 9 callersFunctionstbir__edge_wrap
third-party/stb/stb_image_resize.h:1002
↓ 9 callersFunctionstbiw__jpg_writeBits
third-party/stb/stb_image_write.h:1049
↓ 8 callersFunctionActivationTest
delegate/test/ActivationTestHelper.hpp:90
↓ 8 callersMethodAddQuantizeLayer
src/armnn/Network.cpp:541
↓ 8 callersMethodAddReduceLayer
src/armnn/Network.cpp:445
↓ 8 callersMethodAddStridedSliceLayer
src/armnn/Network.cpp:546
↓ 8 callersMethodAddTransposeConvolution2dLayer
src/armnn/Network.cpp:580
↓ 8 callersMethodAddUnidirectionalSequenceLstmLayer
src/armnn/Network.cpp:630
↓ 8 callersMethodAllocateDynamicBuffers
src/armnn/Graph.cpp:207
↓ 8 callersFunctionBitNot
third-party/gemmlowp/fixedpoint_avx.h:83
↓ 8 callersFunctionBuildDelegateOptions
delegate/opaque/src/test/ArmnnOpaqueDelegateTest.cpp:156
↓ 8 callersFunctionConvertInt32ToOctalString
Converts an int value into the Prototxt octal representation
src/armnnUtils/PrototxtConversions.cpp:17
↓ 8 callersFunctionConvertLstmActivationFuncToAclLayerInfo
src/backends/aclCommon/ArmComputeUtils.hpp:117
↓ 8 callersFunctionCountBackendOptions
delegate/opaque/src/test/ArmnnOpaqueDelegateTest.cpp:181
↓ 8 callersMethodCreateNetworkFromString
src/armnnOnnxParser/OnnxParser.cpp:71
↓ 8 callersFunctionCreateTensorHandle
include/armnnTestUtils/MockBackend.hpp:107
↓ 8 callersMethodDeregisterAllocator
src/armnn/BackendRegistry.cpp:123
↓ 8 callersFunctionElementwiseUnaryFP32Test
delegate/test/ElementwiseUnaryTestHelper.hpp:72
↓ 8 callersMethodForEachLayer
src/armnn/Graph.hpp:40
↓ 8 callersMethodGetBackendHint
src/armnn/Layer.hpp:355
↓ 8 callersFunctionGetConnection
Workaround function used to get the original OutputSlot connected to the InputSlot of a SubgraphView As working copy SubgraphViews do not have connect
src/armnn/test/SubgraphViewTests.cpp:2063
↓ 8 callersFunctionGetDataType
delegate/common/src/DelegateUtils.hpp:30
↓ 8 callersMethodGetImportFlags
src/armnnTestUtils/MockTensorHandleFactory.cpp:82
↓ 8 callersMethodGetOptionCount
include/armnn/BackendOptions.hpp:284
↓ 8 callersMethodGetPriority
src/armnn/Layer.cpp:360
↓ 8 callersFunctionGetProfilingStateName
profiling/client/src/ProfilingStateMachine.hpp:53
↓ 8 callersFunctionGetStreamMetaDataPacketSize
src/profiling/test/ProfilingTestUtils.cpp:26
↓ 8 callersMethodGetTestCaseId
tests/InferenceTest.hpp:141
↓ 8 callersFunctionHasSpecifiedShape
src/armnn/Sme2ShapePolicy.cpp:59
↓ 8 callersMethodIsInt
include/armnn/BackendOptions.hpp:113
↓ 8 callersFunctionIsSupportedForDataTypeGeneric
src/armnn/LayerSupportCommon.hpp:27
↓ 8 callersMethodIsTensorInfoOverridden
src/armnn/Layer.cpp:631
↓ 8 callersFunctionMakeInputTensors
tests/TfLiteYoloV3Big-Armnn/TfLiteYoloV3Big-Armnn.cpp:51
↓ 8 callersFunctionMakeOutputTensors
tests/TfLiteYoloV3Big-Armnn/TfLiteYoloV3Big-Armnn.cpp:75
↓ 8 callersFunctionNamedTempFile
* @brief Construct a temporary file name. * * Given a specified file name construct a path to that file in the * system temporary directory. If the
src/armnnUtils/Filesystem.cpp:25
↓ 8 callersMethodOptimizeSubgraphView
src/backends/backendsCommon/test/mockBackend/MockImportBackend.cpp:88
↓ 8 callersFunctionPacketWriter
src/backends/backendsCommon/test/BackendProfilingTests.cpp:137
↓ 8 callersMethodProfilingStart
samples/common/include/Utils/Profiling.hpp:48
↓ 8 callersMethodProfilingStopAndPrintUs
* @brief Stop the profiling measurement and print the result in micro-seconds. * */
samples/common/include/Utils/Profiling.hpp:81
↓ 8 callersFunctionRefCreatePreluWorkloadTest
src/backends/reference/test/RefCreateWorkloadTests.cpp:1103
↓ 8 callersMethodSetAdditionalInfoForObject
src/armnn/Layer.hpp:373
↓ 8 callersMethodSetInOutQuantParams
src/backends/backendsCommon/test/layerTests/ResizeTestImpl.cpp:66
↓ 8 callersMethodSupportsSubTensors
src/backends/backendsCommon/WorkloadFactoryBase.hpp:16
↓ 8 callersFunctionTfLiteArmnnOpaqueDelegateCreate
delegate/opaque/src/armnn_delegate.cpp:266
↓ 8 callersFunctionWriteTimelineRelationshipBinary
profiling/client/src/ProfilingUtils.cpp:287
↓ 8 callersFunctionbase_iterator
third-party/fmt/format.h:372
↓ 8 callersMethodbuffer
src/backends/neon/NeonTensorHandle.cpp:42
↓ 8 callersMethodcapacity
Returns the capacity of this buffer. */
third-party/fmt/core.h:700
↓ 8 callersFunctioncount
third-party/fmt/core.h:907
↓ 8 callersFunctionisOnStack
third-party/doctest/doctest.h:491
↓ 8 callersFunctionsqrt
Square root. \param arg function argument \return square root of \a arg template<typename T> typename enable<expr,T>::type sqrt(T arg) { return functi
third-party/half/half.hpp:2372
↓ 8 callersFunctionstbi__clamp
take a -128..127 value and stbi__clamp it and convert to 0..255
third-party/stb/stb_image.h:2109
↓ 8 callersFunctionstbi__mad3sizes_valid
returns 1 if "a*b*c + add" has no negative terms/factors and doesn't overflow
third-party/stb/stb_image.h:894
↓ 8 callersFunctionstbir__use_upsampling
third-party/stb/stb_image_resize.h:868
↓ 8 callersFunctionstbiw__putc
third-party/stb/stb_image_write.h:296
↓ 8 callersFunctiontemp_directory_path
third-party/ghc/filesystem.hpp:4322
↓ 8 callersFunctionvisit
third-party/mapbox/variant.hpp:841
↓ 8 callersFunctionvisit_format_arg
third-party/fmt/core.h:1249
↓ 7 callersMethodAddCompatibilityLayers
src/armnn/Graph.cpp:330
↓ 7 callersMethodAddConvolution3dLayer
src/armnn/Network.cpp:279
↓ 7 callersMethodAddDequantizeLayer
src/armnn/Network.cpp:301
↓ 7 callersMethodAddGatherLayer
src/armnn/Network.cpp:559
↓ 7 callersMethodAddMeanLayer
src/armnn/Network.cpp:530
← previousnext →601–700 of 10,903, ranked by callers