Home
last modified time | relevance | path

Searched refs:WithOutputTensorIndex (Results 1 – 1 of 1) sorted by relevance

/external/armnn/src/armnnTfParser/
DTfParser.hpp46 struct WithOutputTensorIndex struct
51 WithOutputTensorIndex(const T & value, unsigned int index) in WithOutputTensorIndex() function
55 WithOutputTensorIndex(T && value, unsigned int index) in WithOutputTensorIndex() function
60 using OutputOfParsedTfOperation = WithOutputTensorIndex<ParsedTfOperation *>;
61 using OutputOfConstNodeDef = WithOutputTensorIndex<const tensorflow::NodeDef*>;
62 using OutputId = WithOutputTensorIndex<std::string>;