Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for select_user_tf_ops_ (0.56 sec)

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

            builder_(kInitialBufferSize),
            saved_model_tags_(saved_model_tags),
            allow_all_select_tf_ops_(toco_flags.allow_all_select_tf_ops()),
            select_user_tf_ops_(toco_flags.select_user_tf_ops().begin(),
                                toco_flags.select_user_tf_ops().end()),
            metadata_(metadata),
            supported_backends_(toco_flags.supported_backends().begin(),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:41:49 UTC 2024
    - 164.5K bytes
    - Viewed (0)
  2. 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