Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for select_user_tf_ops (0.11 sec)

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

      std::unordered_set<std::string> tags;
    
      tensorflow::GraphImportConfig specs;
      specs.upgrade_legacy = upgrade_legacy;
      specs.prune_unused_nodes = true;
    
      if (!select_user_tf_ops.empty() && !emit_select_tf_ops) {
        llvm::errs() << "You must specify `emit-select-tf-ops=true` when passing "
                        "`select-user-tf-ops` flag.";
        return kTrFailure;
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:01:23 UTC 2024
    - 14K bytes
    - Viewed (0)
Back to top