Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for experimental_prune_unreachable_nodes_unconditionally_flg (0.29 sec)

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

    // change the flag to a more lightwise flag, e.g.
    // "import_custom_ops_as_side_effect_free_ops", and let the MLIR DCE to prune
    // the operations.
    // NOLINTNEXTLINE
    static opt<bool, true> experimental_prune_unreachable_nodes_unconditionally_flg(
        "experimental-prune-unreachable-nodes-unconditionally",
        llvm::cl::desc("Prune nodes that are not ancestors of the output nodes."),
    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