Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/arrayfire/arrayfire
/ getNameStr
Method
getNameStr
src/backend/common/jit/ShiftNodeBase.hpp:123–125 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
121
}
122
123
std::string getNameStr() const final {
124
return std::string(
"Sh"
) + getShortName(m_type);
125
}
126
};
127
} // namespace common
128
} // namespace arrayfire
Callers
nothing calls this directly
Calls
1
getShortName
Function · 0.85
Tested by
no test coverage detected