()
| 552 | |
| 553 | class 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}`; |
nothing calls this directly
no outgoing calls
no test coverage detected