Searched refs:CreateInt64ConstantLayer (Results 1 – 2 of 2) sorted by relevance
124 void CreateInt64ConstantLayer(const std::string& tensorName, const std::string& layerName);
1433 void OnnxParserImpl::CreateInt64ConstantLayer(const std::string& tensorName, const std::string& lay… in CreateInt64ConstantLayer() function in armnnOnnxParser::OnnxParserImpl1711 CreateInt64ConstantLayer(node.output(0), node.name()); in ParseConstant()