Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for use_external_constant_flag (0.34 sec)

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

    bool use_external_constant;
    
    // Commandline flag to enable graph pruning.
    bool experimental_prune_unreachable_nodes_unconditionally;
    
    // NOLINTNEXTLINE
    static opt<bool, true> use_external_constant_flag(
        "use-external-constant",
        llvm::cl::desc("Use external constant during flatbuffer import"),
        llvm::cl::location(use_external_constant), llvm::cl::init(false));
    
    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