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

Function transpose_last_two

src/framework/modules/primitive_modules.cpp:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91 "Reduces one logical axis by averaging values.",
92};
93
94const core::ModuleSchema kReduceSumSchema = {
95 "ReduceSum",
96 "tensor.primitive",
97 kSingleInput,
98 1,
99 kSingleOutput,
100 1,
101 "Reduces one logical axis by summing values.",
102};

Callers 1

buildMethod · 0.70

Calls 4

wrap_tensorFunction · 0.85
ggml_permuteFunction · 0.85
swapFunction · 0.50

Tested by

no test coverage detected