• Charlie Lin's avatar
    ReverseSequence op (#1177) · 31906785
    Charlie Lin authored
    Implements the ReverseSequence ONNX operator as a parser.
    
    This parser can only handle a constant sequence_lens input. This is the same as what is handled for TensorRT as far as I can tell.
    We could handle a variable sequence_lens input; that would require ref and GPU implementations of the operator.
    The ONNX backend tests are disabled because this does not handle variable sequence_lens.
    31906785
parse_reversesequence.cpp 4.47 KB