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

Function graph_reshape

src/framework/audio/deepfilternet2.cpp:221–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

219}
220
221core::TensorValue graph_reshape(
222 core::ModuleBuildContext & ctx,
223 const core::TensorValue & input,
224 const core::TensorShape & shape) {
225 return core::reshape_tensor(ctx, graph_contiguous(ctx, input), shape);
226}
227
228core::TensorValue graph_transpose(
229 core::ModuleBuildContext & ctx,

Callers 8

graph_weight_scalar_likeFunction · 0.70
graph_batch_norm_actFunction · 0.70
graph_grouped_linearFunction · 0.70
graph_gru_sequenceFunction · 0.70
graph_df_decoderFunction · 0.70

Calls 2

reshape_tensorFunction · 0.85
graph_contiguousFunction · 0.85

Tested by

no test coverage detected