Home
last modified time | relevance | path

Searched defs:layerName (Results 1 – 25 of 197) sorted by relevance

12345678

/aosp_15_r20/external/armnn/src/armnnSerializer/test/
H A DSerializerTests.cpp29 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 DLstmSerializationTests.cpp82 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 DComparisonSerializationTests.cpp47 ComparisonLayerVerifier(const std::string& layerName, in ComparisonLayerVerifier()
86 const std::string layerName("equal"); variable
105 const std::string layerName("greater"); variable
H A DSerializerTestUtils.hpp54 LayerVerifierBaseWithDescriptor(const std::string& layerName, in LayerVerifierBaseWithDescriptor()
111 LayerVerifierBaseWithDescriptorAndConstants(const std::string& layerName, in LayerVerifierBaseWithDescriptorAndConstants()
/aosp_15_r20/external/armnn/src/armnnDeserializer/
H A DDeserializer.cpp826 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 DTfLiteParser.cpp1170 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 DFrameTracerTest.cpp105 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__.py701 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 DConstTensorLayerVisitor.cpp143 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 DTestInputOutputLayerVisitor.cpp17 const char* layerName = "InputLayer"; variable
36 const char* layerName = "OutputLayer"; variable
/aosp_15_r20/external/armnn/src/backends/backendsCommon/test/
H A DOptimizeSubgraphViewTests.cpp73 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 DDebug.cpp26 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 DTransitionChange.kt43 val layerName = in format() constant
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/
H A DTextDelegate.java52 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 DModelToINetworkTransformer.cpp82 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/
DAnimationDynamicColorsHelper.java74 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 DModelToINetworkConverter.cpp97 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 DTimeStats.cpp467 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 DTimeStats.h119 std::string layerName; member
209 std::string layerName; member
/aosp_15_r20/external/armnn/src/armnn/test/optimizations/
H A DReduceMultipleAxesTests.cpp25 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 DFrameTracer.cpp52 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 DLayersTraceTest.kt92 val layerName = "com.android.server.wm.flicker.testapp.SimpleActivity#0" in canTestLayerOccludedByAppLayerIsOccludedBySplashScreen() constant
H A DLayersTraceEntryTest.kt145 val layerName = "BackColorSurface#0" in testCanParseNonCroppedLayerWithHWC() constant
/aosp_15_r20/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/
H A DLayer.java43 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 DTimeStatsHelper.h89 std::string layerName; variable
132 std::string layerName; member

12345678