Expand description
Native RLX graphs for ocrs detection (U-Net) and recognition (CRNN + GRU).
Modules§
Structs§
Constants§
Functions§
- build_
detection_ graph - build_
recognition_ after_ g1_ graph - Recognition graph ending after the first bidirectional GRU (
[seq, batch, 512]). - build_
recognition_ after_ g2_ graph - Recognition graph ending after the second GRU (
[seq, batch, 512]). - build_
recognition_ after_ logits_ graph - Recognition graph ending after the linear head (
[seq, batch, classes]logits). - build_
recognition_ conv_ graph - Conv stack only; output
[seq, batch, 128](GRU input layout). - build_
recognition_ graph - log_
softmax_ last_ axis - RTen-compatible log-softmax on the last axis of a row-major
[outer, classes]buffer.