MCPcopy Create free account
hub / github.com/0hq/WebGPT / constructor

Method constructor

instructions.js:554–557  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

552
553class SoftmaxBlockClass extends Block {
554 constructor() {
555 super();
556 this.name = "softmax";
557 }
558
559 getFusedPipeline(workgroups, transpose) {
560 const pipelineCacheKey = `${this.name}_fused_${workgroups}_${transpose}`;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected