aboutsummaryrefslogtreecommitdiff
path: root/layers/parameter_name.h
AgeCommit message (Collapse)Author
2017-01-26repo: Clang-format LVL source files using GoogleMark Lobodzinski
Switch clang-format standard from the LLVM style to the Google style for more consistency. Change-Id: I247c4abc275d7873a91522e1e234198adaa24033
2016-08-24layers: Add parameter name formatting classDustin Graves
Add a custom parameter name class with support for deferred formatting of names containing array subscripts. The class stores a format string and a vector of index values, and performs string formatting when an accessor function is called to retrieve the name string. Change-Id: I941116a16b6fa19e63314cbeab33223e0fa072d3