Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setDesiredBytecodeVersion (0.25 sec)

  1. tensorflow/compiler/mlir/python/mlir.cc

        }
      }
      mlir::FallbackAsmResourceMap fallback_resource_map;
      mlir::BytecodeWriterConfig writer_config(fallback_resource_map);
      // TODO(jpienaar): Make this an option to the call.
      writer_config.setDesiredBytecodeVersion(1);
      std::string error;
      std::unique_ptr<llvm::ToolOutputFile> outputFile =
          mlir::openOutputFile(filename, &error);
      if (!error.empty()) {
        TF_SetStatus(status, TF_INVALID_ARGUMENT,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 03 18:16:49 UTC 2024
    - 19.3K bytes
    - Viewed (0)
Back to top