Home
last modified time | relevance | path

Searched refs:CreateInt64ConstantLayer (Results 1 – 2 of 2) sorted by relevance

/external/armnn/src/armnnOnnxParser/
DOnnxParser.hpp124 void CreateInt64ConstantLayer(const std::string& tensorName, const std::string& layerName);
DOnnxParser.cpp1433 void OnnxParserImpl::CreateInt64ConstantLayer(const std::string& tensorName, const std::string& lay… in CreateInt64ConstantLayer() function in armnnOnnxParser::OnnxParserImpl
1711 CreateInt64ConstantLayer(node.output(0), node.name()); in ParseConstant()