MCPcopy 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
144template <typename T>
145std::string PermuteLayer<T>::get_type() const
146{
147 return "permute";
148}
149
150template <typename T>
151data_layout PermuteLayer<T>::get_data_layout() const

Callers 5

fp_compute_implFunction · 0.45
bp_compute_implFunction · 0.45
setup_dimsMethod · 0.45
fp_compute_implFunction · 0.45
bp_compute_implFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected