Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for inline_subgraphs (0.21 sec)

  1. tensorflow/compiler/mlir/lite/experimental/tac/tac_translate.cc

    opt<bool> output_mlir(
        "output-mlir",
        llvm::cl::desc(
            "Output MLIR rather than FlatBuffer for the generated TFLite model"),
        llvm::cl::init(false));
    
    // NOLINTNEXTLINE
    opt<bool> inline_subgraphs(
        "inline-subgraphs",
        llvm::cl::desc("Whether or not to inline all the subgraphs"),
        llvm::cl::init(true));
    
    // NOLINTNEXTLINE
    opt<std::string> device_specs(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Mar 22 14:25:57 UTC 2022
    - 5.9K bytes
    - Viewed (0)
Back to top