Searched defs:FullyConnectedDescriptor (Results 1 – 4 of 4) sorted by relevance
495 struct FullyConnectedDescriptor : BaseDescriptor struct497 FullyConnectedDescriptor() in FullyConnectedDescriptor() argument503 bool operator ==(const FullyConnectedDescriptor& rhs) const in operator ==()514 bool m_BiasEnabled;516 bool m_TransposeWeightMatrix;518 bool m_ConstantWeights;
503 struct FullyConnectedDescriptor struct510 bool operator ==(const FullyConnectedDescriptor& rhs) const; argument
298 const FullyConnectedDescriptor&, // descriptor in IsFullyConnectedSupported()
1118 using FullyConnectedDescriptor = armnn::FullyConnectedDescriptor; typedef