Home
last modified time | relevance | path

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

12

/external/armnn/src/armnnDeserializer/
DDeserializer.cpp673 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/
DTfLiteParser.cpp791 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/
DTestInputOutputLayerVisitor.cpp15 const char* layerName = "InputLayer"; in BOOST_AUTO_TEST_CASE() local
34 const char* layerName = "OutputLayer"; in BOOST_AUTO_TEST_CASE() local
DConstTensorLayerVisitor.cpp293 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/
DSerializerTests.cpp72 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__.py686 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/
DDebug.cpp21 const std::string& layerName, in Debug()
/external/armnn/src/armnn/optimizations/
DAddBroadcastReshapeLayer.hpp68 …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/
DLayer.java38 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/
DPerformanceTracker.java44 public void recordRenderTime(String layerName, float millis) { in recordRenderTime()
DLottieDrawable.java1222 final String layerName; field in LottieDrawable.ColorFilterData
1228 ColorFilterData(@Nullable String layerName, @Nullable String contentName, in ColorFilterData()
/external/armnn/delegate/src/
DResize.hpp92 std::string layerName("Resize"); in VisitResizeOperator() local
/external/armnn/src/backends/backendsCommon/test/
DOptimizeSubgraphViewTests.cpp62 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()
DMockBackend.cpp51 const std::string layerName(layer->GetName()); in IsLayerOptimizable() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/parser/
DLayerParser.java73 String layerName = "UNSET"; in parse() local
/external/armnn/src/armnn/
DLoadedNetwork.cpp49 std::string layerName = layer.GetNameStr().empty() ? "<Unnamed>" : layer.GetNameStr(); in AddLayerStructure() local
236 const char* const layerName = in LoadedNetwork() local
DLayer.cpp395 const std::string& layerName, in ValidateAndCopyShape()
DLayer.hpp321 …void AddRelatedLayerName(const std::string layerName) { m_RelatedLayerNames.emplace_back(layerName… in AddRelatedLayerName()
/external/vulkan-validation-layers/layers/
Dvk_layer_config.cpp88 VK_LAYER_EXPORT FILE *getLayerLogOutput(const char *_option, const char *layerName) { in getLayerLogOutput()
/external/deqp/external/vulkancts/framework/vulkan/
DvkQueryUtil.cpp365 …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/
Dgraphics_frame_event_parser.cc354 base::StringView layerName(event.layer_name()); in CreatePhaseEvent() local
/external/angle/src/libANGLE/renderer/vulkan/
Dvk_utils.cpp218 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/
DVulkanHelper.cpp26 std::vector<VkExtensionProperties> EnumerateInstanceExtensionProperties(const char *layerName) in EnumerateInstanceExtensionProperties()
51 const char *layerName) in EnumerateDeviceExtensionProperties()
/external/armnn/src/armnnTfParser/
DTfParser.cpp612 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/
DVkTestUtils.cpp77 static int should_include_debug_layer(const char* layerName, in should_include_debug_layer()

12