Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for import_custom_ops_as_side_effect_free_ops (0.24 sec)

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

        llvm::cl::location(use_external_constant), llvm::cl::init(false));
    
    // TODO(b/147111261): After the importer supports generic custom ops, we should
    // 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",
    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