/aosp_15_r20/external/armnn/src/armnnSerializer/test/ |
H A D | SerializerTests.cpp | 29 const std::string layerName("addition"); variable 58 const std::string layerName("argminmax"); in SerializeArgMinMaxTest() local 99 const std::string layerName("batchMatMul"); variable 140 const std::string layerName("batchNormalization"); variable 191 const std::string layerName("spaceToBatchNd"); variable 223 const std::string layerName("cast"); variable 250 const std::string layerName("channelShuffle"); variable 278 const std::string layerName("comparison"); variable 316 ConstantLayerVerifier(const std::string& layerName, in ConstantLayerVerifier() 353 const std::string layerName("constant"); variable [all …]
|
H A D | LstmSerializationTests.cpp | 82 VerifyLstmLayer(const std::string& layerName, in VerifyLstmLayer() 246 const std::string layerName("lstm"); variable 392 const std::string layerName("lstm"); variable 557 const std::string layerName("lstm"); variable 1320 const std::string layerName("lstm"); variable 1366 VerifyQuantizedLstmLayer(const std::string& layerName, in VerifyQuantizedLstmLayer() 1580 const std::string layerName("QuantizedLstm"); variable 1724 const std::string layerName("qLstm"); variable 1917 const std::string layerName("qLstm"); variable 2164 const std::string layerName("qLstm"); variable [all …]
|
H A D | ComparisonSerializationTests.cpp | 47 ComparisonLayerVerifier(const std::string& layerName, in ComparisonLayerVerifier() 86 const std::string layerName("equal"); variable 105 const std::string layerName("greater"); variable
|
H A D | SerializerTestUtils.hpp | 54 LayerVerifierBaseWithDescriptor(const std::string& layerName, in LayerVerifierBaseWithDescriptor() 111 LayerVerifierBaseWithDescriptorAndConstants(const std::string& layerName, in LayerVerifierBaseWithDescriptorAndConstants()
|
/aosp_15_r20/external/armnn/src/armnnDeserializer/ |
H A D | Deserializer.cpp | 826 const auto layerName = GetBaseLayer(graph, layerIndex)->layerName()->c_str(); in ParseUnsupportedLayer() local 1205 auto layerName = GetLayerName(graph, layerIndex); in ParseAbs() local 1227 auto layerName = GetLayerName(graph, layerIndex); in ParseActivation() local 1254 auto layerName = GetLayerName(graph, layerIndex); in ParseAdd() local 1281 auto layerName = GetLayerName(graph, layerIndex); in ParseArgMinMax() local 1312 auto layerName = GetLayerName(graph, layerIndex); in ParseBatchMatMul() local 1354 auto layerName = GetLayerName(graph, layerIndex); in ParseBatchToSpaceNd() local 1375 auto layerName = GetLayerName(graph, layerIndex); in ParseBatchNormalization() local 1411 auto layerName = GetLayerName(graph, layerIndex); in ParseCast() local 1430 auto layerName = GetLayerName(graph, layerIndex); in ParseConstant() local [all …]
|
/aosp_15_r20/external/armnn/src/armnnTfLiteParser/ |
H A D | TfLiteParser.cpp | 1170 auto layerName = fmt::format("StandIn:{}:{}:{}", subgraphIndex, operatorIndex, opcode); in ParseUnsupportedOperator() local 1197 auto layerName = fmt::format("Cast:{}:{}", subgraphIndex, operatorIndex); in ParseCast() local 1256 auto layerName = fmt::format("Conv2D:{}:{}", subgraphIndex, operatorIndex); in ParseConv2D() local 1341 auto layerName = fmt::format("Conv3D:{}:{}", subgraphIndex, operatorIndex); in ParseConv3D() local 1416 auto layerName = fmt::format("DepthwiseConv2D:{}:{}", subgraphIndex, operatorIndex); in ParseDepthwiseConv2D() local 1458 auto layerName = fmt::format("Dequantize:{}:{}", subgraphIndex, operatorIndex); in ParseDequantize() local 1483 auto layerName = fmt::format("ExpandDims:{}:{}", subgraphIndex, operatorIndex); in ParseExpandDims() local 1555 auto layerName = fmt::format("Transpose:{}:{}", subgraphIndex, operatorIndex); in ParseTranspose() local 1667 auto layerName = fmt::format("TransposeConv:{}:{}", subgraphIndex, operatorIndex); in ParseTransposeConv() local 1714 auto layerName = fmt::format("BatchMatMul:{}:{}", subgraphIndex, operatorIndex); in ParseBatchMatMul() local [all …]
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/tests/unittests/ |
H A D | FrameTracerTest.cpp | 105 const std::string layerName = "co.layername#0"; in TEST_F() local 126 const std::string layerName = "co.layername#0"; in TEST_F() local 150 const std::string layerName = "co.layername#0"; in TEST_F() local 215 const std::string layerName = "co.layername#0"; in TEST_F() local 315 const std::string layerName = "co.layername#0"; in TEST_F() local 376 const std::string layerName = "co.layername#0"; in TEST_F() local 407 const std::string layerName = "co.layername#0"; in TEST_F() local
|
/aosp_15_r20/external/fonttools/Lib/fontTools/ufoLib/ |
H A D | __init__.py | 701 def getGlyphSet(self, layerName=None, validateRead=None, validateWrite=None): argument 742 def getCharacterMapping(self, layerName=None, validate=None): argument 1439 def _findDirectoryForLayerName(self, layerName): argument 1457 layerName=None, argument 1544 layerName=None, argument 1594 def renameGlyphSet(self, layerName, newLayerName, defaultLayer=False): argument 1642 def deleteGlyphSet(self, layerName): argument
|
/aosp_15_r20/external/armnn/src/armnn/test/ |
H A D | ConstTensorLayerVisitor.cpp | 143 const char* layerName = "Convolution2dLayer"; variable 210 const char* layerName = "Convolution2dLayer"; variable 276 const char* layerName = "DepthwiseConvolution2dLayer"; variable 342 const char* layerName = "DepthwiseConvolution2dLayer"; variable 404 const char* layerName = "FullyConnectedLayer"; variable 461 const char* layerName = "FullyConnectedLayer"; variable 524 const char* layerName = "BatchNormalizationLayer"; variable 570 const char* layerName = "ConstantLayer"; variable 666 const char* layerName = "LstmLayer"; variable 851 const char* layerName = "LstmLayer"; variable [all …]
|
H A D | TestInputOutputLayerVisitor.cpp | 17 const char* layerName = "InputLayer"; variable 36 const char* layerName = "OutputLayer"; variable
|
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/ |
H A D | OptimizeSubgraphViewTests.cpp | 73 const std::string& layerName, in AddInputLayer() 85 const std::string& layerName) in AddOutputLayer() 96 const std::string& layerName, in AddConvolutionLayer() 109 const std::string& layerName, in AddConstantLayer() 125 const std::string& layerName, in AddPoolingLayer() 138 const std::string& layerName, in AddAdditionaLayer()
|
/aosp_15_r20/external/armnn/src/backends/reference/workloads/ |
H A D | Debug.cpp | 26 const std::string& layerName, in PrintOutput() 100 const std::string& layerName, in Debug()
|
/aosp_15_r20/platform_testing/libraries/flicker/utils/src/android/tools/traces/wm/ |
H A D | TransitionChange.kt | 43 val layerName = in format() constant
|
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/ |
H A D | TextDelegate.java | 52 public String getText(String layerName, String input) { in getText() 97 public final String getTextInternal(String layerName, String input) { in getTextInternal()
|
/aosp_15_r20/external/armnn/shim/sl/canonical/ |
H A D | ModelToINetworkTransformer.cpp | 82 const std::string layerName = "Input_" + std::to_string(i); in Convert() local 180 const std::string layerName = "Output_" + std::to_string(i); in Convert() local
|
/aosp_15_r20/packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/ |
D | AnimationDynamicColorsHelper.java | 74 void setLayerColor(String layerName, @ColorRes int targetColorRes); in setLayerColor() 143 ColorItem(int colorRes, String layerName) { in ColorItem()
|
/aosp_15_r20/external/android-nn-driver/ |
H A D | ModelToINetworkConverter.cpp | 97 const std::string layerName = "Input_" + std::to_string(i); in Convert() local 193 const std::string layerName = "Output_" + std::to_string(i); in Convert() local
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/TimeStats/ |
H A D | TimeStats.cpp | 467 const std::string& layerName = layerRecord.layerName; in flushAvailableRecordsToStatsLocked() local 548 static bool layerNameIsValid(const std::string& layerName) { in layerNameIsValid() 553 bool TimeStats::canAddNewAggregatedStats(uid_t uid, const std::string& layerName, in canAddNewAggregatedStats() 567 void TimeStats::setPostTime(int32_t layerId, uint64_t frameNumber, const std::string& layerName, in setPostTime()
|
H A D | TimeStats.h | 119 std::string layerName; member 209 std::string layerName; member
|
/aosp_15_r20/external/armnn/src/armnn/test/optimizations/ |
H A D | ReduceMultipleAxesTests.cpp | 25 const std::string layerName("reduce_layer"); in CreateSimpleReduceNetwork() local 82 std::string layerName = "reduce_layer_" + std::to_string(numOfAxes - 1); in ReduceWithMultipleAxesTest() local
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/FrameTracer/ |
H A D | FrameTracer.cpp | 52 void FrameTracer::traceNewLayer(int32_t layerId, const std::string& layerName) { in traceNewLayer() 149 const std::string& layerName = mTraceTracker[layerId].layerName; in traceLocked() local
|
/aosp_15_r20/platform_testing/libraries/flicker/utils/test/src/android/tools/traces/surfaceflinger/ |
H A D | LayersTraceTest.kt | 92 val layerName = "com.android.server.wm.flicker.testapp.SimpleActivity#0" in canTestLayerOccludedByAppLayerIsOccludedBySplashScreen() constant
|
H A D | LayersTraceEntryTest.kt | 145 val layerName = "BackColorSurface#0" in testCanParseNonCroppedLayerWithHWC() constant
|
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/ |
H A D | Layer.java | 43 private final String layerName; field in Layer 68 …public Layer(List<ContentModel> shapes, LottieComposition composition, String layerName, long laye… in Layer()
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/TimeStats/timestatsproto/include/timestatsproto/ |
H A D | TimeStatsHelper.h | 89 std::string layerName; variable 132 std::string layerName; member
|