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

Class CrossEntropySoftmaxBackwardParams

experimental/kernels/ops.cpp:432–437  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

430 float* dlosses, float* probs, int* targets,
431 int B, int T, int V, int Vp){
432 struct CrossEntropySoftmaxBackwardParams {
433 uint32_t B;
434 uint32_t T;
435 uint32_t V;
436 uint32_t VP;
437 };
438 unsigned long b = static_cast<unsigned long>(B);
439 unsigned long t = static_cast<unsigned long>(T);
440 unsigned long v = static_cast<unsigned long>(V);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected