/external/armnn/src/armnnDeserializer/ |
D | Deserializer.cpp | 673 const auto layerName = GetBaseLayer(graph, layerIndex)->layerName()->c_str(); in ParseUnsupportedLayer() local 1049 auto layerName = GetLayerName(graph, layerIndex); in ParseAbs() local 1071 auto layerName = GetLayerName(graph, layerIndex); in ParseActivation() local 1098 auto layerName = GetLayerName(graph, layerIndex); in ParseAdd() local 1124 auto layerName = GetLayerName(graph, layerIndex); in ParseArgMinMax() local 1166 auto layerName = GetLayerName(graph, layerIndex); in ParseBatchToSpaceNd() local 1187 auto layerName = GetLayerName(graph, layerIndex); in ParseBatchNormalization() local 1221 auto layerName = GetLayerName(graph, layerIndex); in ParseConstant() local 1247 auto layerName = GetLayerName(graph, layerIndex); in ParseConvolution2d() local 1298 auto layerName = GetLayerName(graph, layerIndex); in ParseDepthToSpace() local [all …]
|
/external/armnn/src/armnnTfLiteParser/ |
D | TfLiteParser.cpp | 791 auto layerName = fmt::format("StandIn:{}:{}:{}", subgraphIndex, operatorIndex, opcode); in ParseUnsupportedOperator() local 854 auto layerName = fmt::format("Conv2D:{}:{}", subgraphIndex, operatorIndex); in ParseConv2D() local 942 auto layerName = fmt::format("DepthwiseConv2D:{}:{}", subgraphIndex, operatorIndex); in ParseDepthwiseConv2D() local 989 auto layerName = fmt::format("Dequantize:{}:{}", subgraphIndex, operatorIndex); in ParseDequantize() local 1014 auto layerName = fmt::format("Exp:{}:{}", subgraphIndex, operatorIndex); in ParseExp() local 1041 auto layerName = fmt::format("Transpose:{}:{}", subgraphIndex, operatorIndex); in ParseTranspose() local 1143 auto layerName = fmt::format("TransposeConv:{}:{}", subgraphIndex, operatorIndex); in ParseTransposeConv() local 1202 auto layerName = fmt::format("BatchToSpaceND:{}:{}", subgraphIndex, operatorIndex); in ParseBatchToSpaceND() local 1231 auto layerName = fmt::format("L2Normalization:{}:{}", subgraphIndex, operatorIndex); in ParseL2Normalization() local 1261 auto layerName = fmt::format("Maximum:{}:{}", subgraphIndex, operatorIndex); in ParseMaximum() local [all …]
|
/external/armnn/src/armnn/test/ |
D | TestInputOutputLayerVisitor.cpp | 15 const char* layerName = "InputLayer"; in BOOST_AUTO_TEST_CASE() local 34 const char* layerName = "OutputLayer"; in BOOST_AUTO_TEST_CASE() local
|
D | ConstTensorLayerVisitor.cpp | 293 const char* layerName = "Convolution2dLayer"; in BOOST_AUTO_TEST_CASE() local 346 const char* layerName = "Convolution2dLayer"; in BOOST_AUTO_TEST_CASE() local 399 const char* layerName = "DepthwiseConvolution2dLayer"; in BOOST_AUTO_TEST_CASE() local 455 const char* layerName = "DepthwiseConvolution2dLayer"; in BOOST_AUTO_TEST_CASE() local 502 const char* layerName = "FullyConnectedLayer"; in BOOST_AUTO_TEST_CASE() local 543 const char* layerName = "FullyConnectedLayer"; in BOOST_AUTO_TEST_CASE() local 597 const char* layerName = "BatchNormalizationLayer"; in BOOST_AUTO_TEST_CASE() local 643 const char* layerName = "ConstantLayer"; in BOOST_AUTO_TEST_CASE() local 730 const char* layerName = "LstmLayer"; in BOOST_AUTO_TEST_CASE() local 894 const char* layerName = "LstmLayer"; in BOOST_AUTO_TEST_CASE() local [all …]
|
/external/armnn/src/armnnSerializer/test/ |
D | SerializerTests.cpp | 72 LayerVerifierBase(const std::string& layerName, in LayerVerifierBase() 171 LayerVerifierBaseWithDescriptor(const std::string& layerName, in LayerVerifierBaseWithDescriptor() 339 BatchNormalizationLayerVerifier(const std::string& layerName, in BOOST_AUTO_TEST_CASE() 377 const std::string layerName("batchNormalization"); in BOOST_AUTO_TEST_CASE() local 490 ConstantLayerVerifier(const std::string& layerName, in BOOST_AUTO_TEST_CASE() 511 const std::string layerName("constant"); in BOOST_AUTO_TEST_CASE() local 544 Convolution2dLayerVerifier(const std::string& layerName, in BOOST_AUTO_TEST_CASE() 581 const std::string layerName("convolution2d"); in BOOST_AUTO_TEST_CASE() local 634 Convolution2dLayerVerifier(const std::string& layerName, in BOOST_AUTO_TEST_CASE() 673 const std::string layerName("convolution2dWithPerAxis"); in BOOST_AUTO_TEST_CASE() local [all …]
|
/external/fonttools/Lib/fontTools/ufoLib/ |
D | __init__.py | 686 def getGlyphSet(self, layerName=None, validateRead=None, validateWrite=None): argument 729 def getCharacterMapping(self, layerName=None, validate=None): argument 1413 def _findDirectoryForLayerName(self, layerName): argument 1428 layerName=None, argument 1516 layerName=None, argument 1562 def renameGlyphSet(self, layerName, newLayerName, defaultLayer=False): argument 1605 def deleteGlyphSet(self, layerName): argument
|
/external/armnn/src/backends/reference/workloads/ |
D | Debug.cpp | 21 const std::string& layerName, in Debug()
|
/external/armnn/src/armnn/optimizations/ |
D | AddBroadcastReshapeLayer.hpp | 68 …const std::string layerName = "Reshape_for:" + layer.GetNameStr() + "-" + std::to_string(reshapeSl… in Run() local
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/model/layer/ |
D | Layer.java | 38 private final String layerName; field in Layer 59 …public Layer(List<ContentModel> shapes, LottieComposition composition, String layerName, long laye… in Layer()
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/ |
D | PerformanceTracker.java | 44 public void recordRenderTime(String layerName, float millis) { in recordRenderTime()
|
D | LottieDrawable.java | 1222 final String layerName; field in LottieDrawable.ColorFilterData 1228 ColorFilterData(@Nullable String layerName, @Nullable String contentName, in ColorFilterData()
|
/external/armnn/delegate/src/ |
D | Resize.hpp | 92 std::string layerName("Resize"); in VisitResizeOperator() local
|
/external/armnn/src/backends/backendsCommon/test/ |
D | OptimizeSubgraphViewTests.cpp | 62 const std::string& layerName, in AddInputLayer() 74 const std::string& layerName) in AddOutputLayer() 85 const std::string& layerName, in AddConvolutionLayer() 102 const std::string& layerName, in AddPoolingLayer() 115 const std::string& layerName, in AddAdditionaLayer()
|
D | MockBackend.cpp | 51 const std::string layerName(layer->GetName()); in IsLayerOptimizable() local
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/ |
D | LayerParser.java | 73 String layerName = "UNSET"; in parse() local
|
/external/armnn/src/armnn/ |
D | LoadedNetwork.cpp | 49 std::string layerName = layer.GetNameStr().empty() ? "<Unnamed>" : layer.GetNameStr(); in AddLayerStructure() local 236 const char* const layerName = in LoadedNetwork() local
|
D | Layer.cpp | 395 const std::string& layerName, in ValidateAndCopyShape()
|
D | Layer.hpp | 321 …void AddRelatedLayerName(const std::string layerName) { m_RelatedLayerNames.emplace_back(layerName… in AddRelatedLayerName()
|
/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/deqp/external/vulkancts/framework/vulkan/ |
D | vkQueryUtil.cpp | 365 …perties> enumerateInstanceExtensionProperties (const PlatformInterface& vkp, const char* layerName) in enumerateInstanceExtensionProperties() 399 …onProperties (const InstanceInterface& vki, VkPhysicalDevice physicalDevice, const char* layerName) in enumerateDeviceExtensionProperties()
|
/external/perfetto/src/trace_processor/importers/proto/ |
D | graphics_frame_event_parser.cc | 354 base::StringView layerName(event.layer_name()); in CreatePhaseEvent() local
|
/external/angle/src/libANGLE/renderer/vulkan/ |
D | vk_utils.cpp | 218 bool HasValidationLayer(const std::vector<VkLayerProperties> &layerProps, const char *layerName) in HasValidationLayer() 243 for (const char *layerName : kVkValidationLayerNames) in HasValidationLayers() local 339 for (const char *layerName : kVkValidationLayerNames) in GetAvailableValidationLayers() local
|
/external/angle/src/tests/test_utils/ |
D | VulkanHelper.cpp | 26 std::vector<VkExtensionProperties> EnumerateInstanceExtensionProperties(const char *layerName) in EnumerateInstanceExtensionProperties() 51 const char *layerName) in EnumerateDeviceExtensionProperties()
|
/external/armnn/src/armnnTfParser/ |
D | TfParser.cpp | 612 const std::string& layerName) in CreateAdditionLayer() 673 std::string layerName(nodeDef.name()); in CreateAdditionLayer() local 690 std::string layerName(nodeDef.name()); in CreateAdditionLayer() local 1761 const tensorflow::NodeDef& nodeDef, const std::string& layerName) in ProcessElementwiseInputSlots() 3631 std::pair<LayerBindingId, TensorInfo> TfParser::GetBindingInfo(const std::string& layerName, in GetBindingInfo() 3663 const std::string layerName = layer->GetName(); in TrackBindingPoint() local
|
/external/skia/tools/gpu/vk/ |
D | VkTestUtils.cpp | 77 static int should_include_debug_layer(const char* layerName, in should_include_debug_layer()
|