MCPcopy Create free account

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

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

↓ 2 callersFunctionNeonDetected
Detect the presence of Neon on Linux
src/armnn/Utils.cpp:39
↓ 2 callersFunctionNeonDivisionWorkloadValidate
src/backends/neon/workloads/NeonDivisionWorkload.cpp:18
↓ 2 callersFunctionNeonMultiplicationWorkloadValidate
src/backends/neon/workloads/NeonMultiplicationWorkload.cpp:19
↓ 2 callersFunctionNeonSubtractionWorkloadValidate
src/backends/neon/workloads/NeonSubtractionWorkload.cpp:22
↓ 2 callersMethodNextWindowStartIndex
* Gets the index from the start of the data where the next window will begin. * While Index() returns the index of sliding window itself this fun
samples/common/include/Audio/SlidingWindow.hpp:108
↓ 2 callersMethodNotifyBackendsForTimelineReporting
profiling/client/src/ProfilingService.cpp:429
↓ 2 callersMethodNumChildren
src/armnn/JsonPrinter.hpp:74
↓ 2 callersFunctionOffset
src/backends/reference/workloads/BatchToSpaceNd.cpp:15
↓ 2 callersFunctionOnPaddingOnly
src/backends/reference/workloads/Pooling2d.cpp:110
↓ 2 callersMethodOptimize
src/backends/backendsCommon/memoryOptimizerStrategyLibrary/strategies/StrategyValidator.cpp:13
↓ 2 callersFunctionPad2dTest
delegate/test/PadTest.cpp:13
↓ 2 callersFunctionPad3dTest
delegate/test/PadTest.cpp:57
↓ 2 callersFunctionPad4dTest
delegate/test/PadTest.cpp:101
↓ 2 callersFunctionPadInt8Test
delegate/test/PadTest.cpp:298
↓ 2 callersFunctionPadUint8Test
delegate/test/PadTest.cpp:348
↓ 2 callersFunctionParseBool
src/backends/cl/ClBackendModelContext.cpp:11
↓ 2 callersFunctionParseComputeDevice
Deprecated function that will be removed together with the Compute enum
include/armnn/TypesUtils.hpp:214
↓ 2 callersMethodParsedCounterDirectory
profiling/server/include/timelineDecoder/DirectoryCaptureCommandHandler.hpp:52
↓ 2 callersFunctionPermuteDepthwiseConv2dWeightsTest
src/armnn/test/optimizations/PermuteDepthwiseConv2dWeightsTests.cpp:77
↓ 2 callersFunctionPixelScaler
src/backends/reference/workloads/Resize.cpp:40
↓ 2 callersFunctionPoll
profiling/common/src/NetworkSockets.cpp:92
↓ 2 callersMethodPostProcessing
samples/ObjectDetection/src/ObjectDetectionPipeline.cpp:22
↓ 2 callersMethodPostProcessing
samples/KeywordSpotting/src/KeywordSpottingPipeline.cpp:33
↓ 2 callersMethodPreProcessing
samples/ObjectDetection/src/ObjectDetectionPipeline.cpp:33
↓ 2 callersMethodPreProcessing
samples/KeywordSpotting/src/KeywordSpottingPipeline.cpp:21
↓ 2 callersMethodPrintFooter
src/armnn/JsonUtils.hpp:51
↓ 2 callersMethodPrintNetworkInfo
tests/ExecuteNetwork/ArmNNExecutor.cpp:303
↓ 2 callersMethodPrintSeparator
src/armnn/JsonUtils.hpp:70
↓ 2 callersFunctionProcessConcatInputTensorInfo
src/armnnUtils/ParserHelper.cpp:19
↓ 2 callersFunctionQuantizationEndToEndInt8
src/backends/backendsCommon/test/QuantizationEndToEndTestImpl.hpp:108
↓ 2 callersFunctionQuantizedLstmEndToEnd
src/backends/backendsCommon/test/QuantizedLstmEndToEndTestImpl.cpp:181
↓ 2 callersFunctionReadDumpFile
src/profiling/test/ProfilingConnectionDumpToFileDecoratorTests.cpp:73
↓ 2 callersFunctionReadMandatoryNodeAttributeImpl
src/armnnOnnxParser/OnnxParser.cpp:136
↓ 2 callersFunctionReadMandatoryNodeUint32ListAttribute
src/armnnOnnxParser/OnnxParser.cpp:227
↓ 2 callersFunctionReadOptionalNodeInt64Attribute
src/armnnOnnxParser/OnnxParser.cpp:214
↓ 2 callersFunctionReadOptionalNodeStringAttribute
src/armnnOnnxParser/OnnxParser.cpp:284
↓ 2 callersMethodReadPacket
profiling/client/src/SocketProfilingConnection.cpp:103
↓ 2 callersMethodReceiveThreadRunning
@return true only if the receive thread is closed or closing.
tests/profiling/gatordmock/GatordMockService.hpp:110
↓ 2 callersFunctionReduce
src/backends/reference/workloads/Reduce.cpp:70
↓ 2 callersFunctionReduceSumWithThreeAxesKeepDimsTest
src/armnn/test/optimizations/ReduceMultipleAxesTests.cpp:180
↓ 2 callersFunctionReduceSumWithThreeAxesTest
src/armnn/test/optimizations/ReduceMultipleAxesTests.cpp:215
↓ 2 callersFunctionReduceSumWithTwoAxesKeepDimsTest
src/armnn/test/optimizations/ReduceMultipleAxesTests.cpp:116
↓ 2 callersFunctionReduceSumWithTwoAxesTest
src/armnn/test/optimizations/ReduceMultipleAxesTests.cpp:148
↓ 2 callersFunctionReducedOutputOffset
src/backends/reference/workloads/Reduce.cpp:40
↓ 2 callersFunctionRefBackendId
src/backends/reference/RefBackendId.hpp:10
↓ 2 callersFunctionRefCreateConvolution2dWorkloadTest
src/backends/reference/test/RefCreateWorkloadTests.cpp:404
↓ 2 callersMethodRegisterAllocator
src/armnn/BackendRegistry.cpp:112
↓ 2 callersMethodRegisterCategory
profiling/common/src/CounterDirectory.cpp:20
↓ 2 callersMethodRegisterMapping
profiling/client/src/CounterIdMap.cpp:17
↓ 2 callersMethodRegisterTensorHandleFactories
src/backends/cl/ClBackend.cpp:175
↓ 2 callersMethodRegisterTensorHandleFactories
src/backends/backendsCommon/test/mockBackend/MockImportBackend.cpp:102
↓ 2 callersFunctionRegisterUnregisterProfilerSingleThreadImpl
src/armnn/test/ProfilerTests.cpp:34
↓ 2 callersMethodRelease
profiling/client/src/PacketBuffer.cpp:48
↓ 2 callersFunctionRemoveDirectoryAndContents
* @brief Remove a directory and its contents. * * Given a directory path delete it's contents and the directory. If the specified directory doesn't
src/armnnUtils/Filesystem.cpp:84
↓ 2 callersMethodResetGuidGenerator
profiling/client/src/IProfilingService.cpp:44
↓ 2 callersFunctionReshapeFlattenAllTest
delegate/test/ReshapeTest.cpp:123
↓ 2 callersFunctionReshapeFlattenTest
delegate/test/ReshapeTest.cpp:97
↓ 2 callersFunctionReshapeInt16Test
delegate/test/ReshapeTest.cpp:205
↓ 2 callersFunctionReshapeInt8Test
delegate/test/ReshapeTest.cpp:149
↓ 2 callersFunctionReshapeReduceDimTest
delegate/test/ReshapeTest.cpp:71
↓ 2 callersFunctionReshapeSimpleFloat16Test
delegate/test/ReshapeTest.cpp:45
↓ 2 callersFunctionReshapeSimpleTest
delegate/test/ReshapeTest.cpp:17
↓ 2 callersFunctionReshapeUint8Test
delegate/test/ReshapeTest.cpp:177
↓ 2 callersFunctionReshapeWeightsForAcl
src/backends/backendsCommon/WorkloadUtils.cpp:48
↓ 2 callersFunctionResizeFP32TestImpl
delegate/test/ResizeTestHelper.hpp:116
↓ 2 callersMethodReturnPacket
profiling/client/src/FileOnlyProfilingConnection.cpp:121
↓ 2 callersFunctionReturnWithError
Given an OptimizationResult, build and add an error message to the errMessages vector. Then return the result.
src/armnn/Network.cpp:788
↓ 2 callersFunctionReverseV2FP32TestImpl
delegate/test/ReverseV2TestHelper.hpp:99
↓ 2 callersFunctionRoundingHalfSum
third-party/gemmlowp/fixedpoint.h:230
↓ 2 callersMethodRun
samples/common/include/ArmnnUtils/ArmnnNetworkExecutor.hpp:177
↓ 2 callersMethodRun
tests/InferenceModel.hpp:544
↓ 2 callersFunctionRunBenchmark
tests/MemoryStrategyBenchmark/MemoryStrategyBenchmark.cpp:61
↓ 2 callersFunctionRunInference
src/backends/cl/test/ClContextSerializerTests.cpp:39
↓ 2 callersFunctionRunSimpleModelThroughDecoder
src/timelineDecoder/tests/JSONTimelineDecoderTests.cpp:20
↓ 2 callersMethodSaveCachedNetwork
src/backends/cl/ClBackendModelContext.cpp:71
↓ 2 callersMethodSaveSerializedToStream
src/backends/cl/ClContextSerializer.cpp:49
↓ 2 callersFunctionScatterNd
src/backends/reference/workloads/ScatterNd.cpp:41
↓ 2 callersFunctionScatterOperation
src/backends/reference/workloads/ScatterNd.cpp:18
↓ 2 callersMethodSendCounterDirectoryPacket
profiling/client/src/SendCounterPacket.cpp:547
↓ 2 callersMethodSendDeactivateTimelinePacket
tests/profiling/gatordmock/GatordMockService.cpp:54
↓ 2 callersMethodSendPeriodicCounterSelectionPacket
profiling/client/src/SendCounterPacket.cpp:878
↓ 2 callersMethodSendStreamMetaDataPacket
profiling/client/src/SendCounterPacket.cpp:26
↓ 2 callersFunctionSerializeArgMinMaxTest
src/armnnSerializer/test/SerializerTests.cpp:56
↓ 2 callersMethodSetAndParseDetails
src/armnn/JsonPrinter.hpp:44
↓ 2 callersMethodSetBackends
delegate/common/src/DelegateOptions.cpp:431
↓ 2 callersFunctionSetClSliceData
src/backends/cl/workloads/ClWorkloadUtils.hpp:100
↓ 2 callersFunctionSetClStridedSliceData
src/backends/cl/workloads/ClWorkloadUtils.hpp:79
↓ 2 callersMethodSetConnection
Links the slot to an output slot or breaks an existing link if passing nullptr.
src/armnn/Layer.hpp:63
↓ 2 callersMethodSetData
src/armnn/OutputHandler.hpp:51
↓ 2 callersMethodSetEntityCallback
profiling/server/src/timelineDecoder/TimelineDecoder.cpp:80
↓ 2 callersMethodSetEventCallback
profiling/server/src/timelineDecoder/TimelineDecoder.cpp:100
↓ 2 callersMethodSetEventClassCallback
profiling/server/src/timelineDecoder/TimelineDecoder.cpp:90
↓ 2 callersMethodSetGuid
src/armnn/Layer.hpp:342
↓ 2 callersMethodSetHeight
samples/ObjectDetection/src/BoundingBox.cpp:58
↓ 2 callersMethodSetId
samples/ObjectDetection/src/DetectedObject.cpp:46
↓ 2 callersMethodSetImportEnabledFlag
src/backends/neon/NeonTensorHandle.hpp:114
↓ 2 callersMethodSetImportFlags
src/backends/neon/NeonTensorHandle.hpp:104
↓ 2 callersMethodSetInQuantParams
src/backends/backendsCommon/test/layerTests/ResizeTestImpl.cpp:54
↓ 2 callersMethodSetKernels
src/backends/neon/NeonInterceptorScheduler.hpp:33
↓ 2 callersMethodSetLabelCallback
profiling/server/src/timelineDecoder/TimelineDecoder.cpp:110
← previousnext →1,701–1,800 of 10,903, ranked by callers