MCPcopy Create free account
hub / github.com/0xShug0/audio.cpp / layer_scale_data

Function layer_scale_data

include/engine/framework/modules/weight_binding.h:474–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

472
473template <typename Store, typename TensorData>
474LayerScaleWeights layer_scale_data(Store & store, const TensorData & scale) {
475 return {tensor_data(store, scale)};
476}
477
478} // namespace engine::modules::binding

Callers 1

transformer_blockFunction · 0.85

Calls 1

tensor_dataFunction · 0.85

Tested by

no test coverage detected