Home
last modified time | relevance | path

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

/external/armnn/src/armnnTfParser/
DTfParser.hpp46 struct WithOutputTensorIndex struct
48 T m_IndexedValue;
49 unsigned int m_Index;
51 WithOutputTensorIndex(const T & value, unsigned int index) in WithOutputTensorIndex() argument
55 WithOutputTensorIndex(T && value, unsigned int index) in WithOutputTensorIndex() function