Searched defs:CreateConstantLayer (Results 1 – 3 of 3) sorted by relevance
1047 void OnnxParser::CreateConstantLayer(const std::string& tensorName, const std::string& layerName) in CreateConstantLayer() function in armnnOnnxParser::OnnxParser
539 ITensorProxyPtr Converter::CreateConstantLayer(const TRT_ShapedWeights& weights, in CreateConstantLayer() function in tensorflow::tensorrt::convert::Converter
1138 TEST_F(ConverterTest, CreateConstantLayer) { in TEST_F() argument