Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for enable_select_tf_ops (0.18 sec)

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

    }
    
    absl::Status ExportFlatbufferOrMlir(const std::string& output_filename,
                                        bool output_mlir, mlir::ModuleOp module,
                                        bool enable_select_tf_ops) {
      std::string error_msg;
      auto output = mlir::openOutputFile(output_filename, &error_msg);
      if (output == nullptr) {
        llvm::errs() << error_msg << '\n';
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 03 03:47:03 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/experimental/tac/utils/utils.h

    absl::Status ExportFlatbufferOrMlir(const std::string& output_filename,
                                        bool output_mlir, mlir::ModuleOp module,
                                        bool enable_select_tf_ops);
    
    }  // namespace tac
    }  // namespace TFL
    }  // namespace mlir
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 03 03:47:03 UTC 2024
    - 1.9K bytes
    - Viewed (0)
Back to top