Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

        llvm::cl::desc("Lower the TensorList ops within the TFLite dialect"),
        llvm::cl::location(lower_tensor_list_ops), llvm::cl::init(false));
    
    // NOLINTNEXTLINE
    static opt<bool, true> strip_debug_info_flag(
        "strip-debug-info", llvm::cl::desc("Strip debug info during export"),
        llvm::cl::location(strip_debug_info), llvm::cl::init(false));
    
    // NOLINTNEXTLINE
    static opt<bool, true> use_buffer_offset_flag(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 14 19:15:40 UTC 2024
    - 9.4K bytes
    - Viewed (0)
Back to top