/external/armnn/src/armnnSerializer/test/ |
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 …]
|
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
|
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 …]
|
D | SerializerTestUtils.hpp | 54 LayerVerifierBaseWithDescriptor(const std::string& layerName, in LayerVerifierBaseWithDescriptor() 111 LayerVerifierBaseWithDescriptorAndConstants(const std::string& layerName, in LayerVerifierBaseWithDescriptorAndConstants()
|
D | SerializerTestUtils.cpp | 13 LayerVerifierBase::LayerVerifierBase(const std::string& layerName, in LayerVerifierBase()
|
/external/armnn/src/armnnDeserializer/ |
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 …]
|
/external/armnn/src/armnn/test/ |
D | TestInputOutputLayerVisitor.cpp | 17 const char* layerName = "InputLayer"; variable 36 const char* layerName = "OutputLayer"; variable
|
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 …]
|
/external/armnn/src/armnnTfLiteParser/ |
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 …]
|
/external/armnn/src/backends/reference/workloads/ |
D | Debug.cpp | 26 const std::string& layerName, in PrintOutput() 100 const std::string& layerName, in Debug()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/ |
D | TextDelegate.java | 52 public String getText(String layerName, String input) { in getText() 97 public final String getTextInternal(String layerName, String input) { in getTextInternal()
|
D | PerformanceTracker.java | 45 public void recordRenderTime(String layerName, float millis) { in recordRenderTime()
|
/external/armnn/shim/sl/canonical/ |
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
|
/external/android-nn-driver/ |
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
|
/external/fonttools/Lib/fontTools/ufoLib/ |
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
|
/external/armnn/src/armnn/test/optimizations/ |
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
|
/external/armnn/src/armnn/optimizations/ |
D | AddBroadcastReshapeLayer.hpp | 80 …const std::string layerName = "Reshape_for:" + layer.GetNameStr() + "-" + std::to_string(reshapeSl… in Run() local
|
/external/armnn/delegate/classic/src/ |
D | Resize.hpp | 92 std::string layerName("Resize"); in VisitResizeOperator() local
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/ |
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()
|
/external/armnn/src/backends/backendsCommon/test/ |
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()
|
D | OptimizedNetworkTests.cpp | 378 const std::string layerName("convolution2d"); variable
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/ |
D | LayerParser.java | 82 String layerName = "UNSET"; in parse() local
|
/external/vulkan-validation-layers/layers/ |
D | vk_layer_config.cpp | 88 VK_LAYER_EXPORT FILE *getLayerLogOutput(const char *_option, const char *layerName) { in getLayerLogOutput()
|
/external/armnn/src/armnnTestUtils/ |
D | MockBackend.cpp | 93 const std::string layerName(layer->GetName()); in IsLayerOptimizable() local
|
/external/deqp/external/vulkancts/framework/vulkan/ |
D | vkQueryUtil.cpp | 438 …operties> enumerateInstanceExtensionProperties(const PlatformInterface &vkp, const char *layerName) in enumerateInstanceExtensionProperties() 473 … VkPhysicalDevice physicalDevice, const char *layerName) in enumerateDeviceExtensionProperties()
|