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

Function graph_contiguous

src/framework/audio/deepfilternet2.cpp:217–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217core::TensorValue graph_contiguous(core::ModuleBuildContext & ctx, const core::TensorValue & input) {
218 return core::ensure_backend_addressable_layout(ctx, input);
219}
220
221core::TensorValue graph_reshape(
222 core::ModuleBuildContext & ctx,

Callers 4

graph_reshapeFunction · 0.85
graph_transposeFunction · 0.85
graph_scaleFunction · 0.85
graph_scale_biasFunction · 0.85

Calls 1

Tested by

no test coverage detected