MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / available_instruments

Method available_instruments

tests/framework/Framework.cpp:148–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

146}
147
148std::set<InstrumentsDescription> Framework::available_instruments() const
149{
150 std::set<InstrumentsDescription> types;
151
152 for (const auto &instrument : _available_instruments)
153 {
154 types.emplace(instrument.first);
155 }
156
157 return types;
158}
159
160std::map<TestResult::Status, int> Framework::count_test_results() const
161{

Callers 1

CommonOptionsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected