Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for AsOptions (0.13 sec)

  1. tensorflow/compiler/mlir/lite/converter_gen.cc

    // Emits functions that return the min/max operand numbers for a given tflite op
    // name.
    //
    // Signature:
    // llvm::MinMax mlir::OperandNumbersMinMax(llvm::StringRef op_name) {
    //   if(const auto *op = op_union.AsOptions()) {
    //     return {min, max};
    //   }
    //   ...
    //   return {0, 0};
    // }
    static void EmitOperandNumbers(const RecordKeeper &record_keeper,
                                   const std::vector<Record *> &defs,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Dec 19 15:05:28 UTC 2023
    - 23.7K bytes
    - Viewed (0)
Back to top