MCPcopy Create free account
hub / github.com/AnswerDotAI/gpu.cpp / EncoderParams

Class EncoderParams

experimental/kernels/ops.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17 unsigned long c = static_cast<unsigned long>(C);
18 unsigned long v = VOCAB_SIZE;
19 struct EncoderParams {
20 uint32_t B;
21 uint32_t T;
22 uint32_t C;
23 };
24 setLogLevel(kError);
25 printf("Creating tensors\n");
26 printf("Creating input tensor\%pn", inp);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected