Home
last modified time | relevance | path

Searched defs:CreateConstantLayer (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/armnn/src/armnnOnnxParser/
H A DOnnxParser.cpp1425 void OnnxParserImpl::CreateConstantLayer(const std::string& tensorName, const std::string& layerNam… in CreateConstantLayer() function in armnnOnnxParser::OnnxParserImpl
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
H A Dconvert_nodes.cc477 ITensorProxyPtr Converter::CreateConstantLayer(const TRT_ShapedWeights& weights, in CreateConstantLayer() function in tensorflow::tensorrt::convert::Converter
H A Dconvert_nodes_test.cc1013 TEST_F(ConverterTest, CreateConstantLayer) { in TEST_F() argument