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

Function graph_reshape

src/framework/audio/zipenhancer.cpp:420–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

418}
419
420core::TensorValue graph_reshape(
421 core::ModuleBuildContext & ctx,
422 const core::TensorValue & input,
423 const core::TensorShape & shape) {
424 return core::reshape_tensor(ctx, core::ensure_backend_addressable_layout(ctx, input), shape);
425}
426
427core::TensorValue graph_transpose(
428 core::ModuleBuildContext & ctx,

Callers 3

graph_run_dual_encoderFunction · 0.70
graph_subpixel_convFunction · 0.70

Calls 2

reshape_tensorFunction · 0.85

Tested by

no test coverage detected