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

Method name

tests/framework/datasets/Dataset.h:78–81  ·  view source on GitHub ↗

Return name of the dataset. * * @return Description of the values. */

Source from the content-addressed store, hash-verified

76 * @return Description of the values.
77 */
78 std::string name() const
79 {
80 return _name;
81 }
82
83protected:
84 const std::string _name;

Callers 4

scheduleMethod · 0.45
schedule_opMethod · 0.45
test_startMethod · 0.45
test_startMethod · 0.45

Calls

no outgoing calls

Tested by 2

test_startMethod · 0.36
test_startMethod · 0.36