Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
83
protected:
84
const std::string _name;
Callers
4
schedule
Method · 0.45
schedule_op
Method · 0.45
test_start
Method · 0.45
test_start
Method · 0.45
Calls
no outgoing calls
Tested by
2
test_start
Method · 0.36
test_start
Method · 0.36