Searched defs:WithOutputTensorIndex (Results 1 – 1 of 1) sorted by relevance
46 struct WithOutputTensorIndex struct48 T m_IndexedValue;49 unsigned int m_Index;51 WithOutputTensorIndex(const T & value, unsigned int index) in WithOutputTensorIndex() argument55 WithOutputTensorIndex(T && value, unsigned int index) in WithOutputTensorIndex() function