Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for FailureOr (0.15 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.cc

    // TableGen'd op method definitions
    //===----------------------------------------------------------------------===//
    
    #include "tensorflow/compiler/mlir/lite/ir/tfl_ops_interface.cc.inc"
    
    static FailureOr<SmallVector<int32_t>> parseI32Array(AsmParser& parser) {
      SmallVector<int32_t> elements;
      auto elementParser = [&]() {
        int32_t element;
        if (failed(parser.parseInteger(element))) return failure();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 169.2K bytes
    - Viewed (0)
Back to top