Home
last modified time | relevance | path

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

/external/armnn/src/armnnOnnxParser/
DOnnxParser.cpp1047 void OnnxParser::CreateConstantLayer(const std::string& tensorName, const std::string& layerName) in CreateConstantLayer() function in armnnOnnxParser::OnnxParser
/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/
Dconvert_nodes.cc539 ITensorProxyPtr Converter::CreateConstantLayer(const TRT_ShapedWeights& weights, in CreateConstantLayer() function in tensorflow::tensorrt::convert::Converter
Dconvert_nodes_test.cc1138 TEST_F(ConverterTest, CreateConstantLayer) { in TEST_F() argument