Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HloTextToMlirHloTranslateFunction (0.29 sec)

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

      if (!status.ok()) {
        LOG(ERROR) << "Hlo module import failed: " << status;
        return nullptr;
      }
    
      return module;
    }
    
    mlir::OwningOpRef<mlir::ModuleOp> HloTextToMlirHloTranslateFunction(
        llvm::StringRef input, mlir::MLIRContext* context,
        bool import_all_computations) {
      xla::HloProto hlo_proto;
      std::string content(input.data(), input.size());
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 11 19:29:56 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top