Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/LBANN/lbann
/ get_type
Method
get_type
src/layers/transform/permute.cpp:145–148 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
143
144
template <typename T>
145
std::string PermuteLayer<T>::get_type() const
146
{
147
return
"permute"
;
148
}
149
150
template <typename T>
151
data_layout PermuteLayer<T>::get_data_layout() const
Callers
5
fp_compute_impl
Function · 0.45
bp_compute_impl
Function · 0.45
setup_dims
Method · 0.45
fp_compute_impl
Function · 0.45
bp_compute_impl
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected