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

Method make_f32

tests/unittests/test_encoder_modules.cpp:129–131  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127 }
128
129 engine::core::TensorValue make_f32(const engine::core::TensorShape & shape) {
130 return engine::core::make_tensor(ctx, GGML_TYPE_F32, shape);
131 }
132
133 engine::core::TensorValue make_i32(const engine::core::TensorShape & shape) {
134 return engine::core::make_tensor(ctx, GGML_TYPE_I32, shape);

Calls 1

make_tensorFunction · 0.85

Tested by

no test coverage detected