Home
last modified time | relevance | path

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

/external/armnn/src/armnnTfParser/
DTfParser.cpp966 void ParseTfTensorValueList::Parse<float>(const tensorflow::TensorProto& tfTensor, in Parse()
974 void ParseTfTensorValueList::Parse<int32_t>(const tensorflow::TensorProto& tfTensor, in Parse()
1049 const tensorflow::TensorProto& tfTensor = nodeDef.attr().at("value").tensor(); in ParseConst() local