Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/tensorflow/translate/tf_mlir_translate_registration.cc

          control_output_arrays, options, context);
      if (!module_or.status().ok()) return nullptr;
      return std::move(module_or).value();
    }
    
    static TranslateToMLIRRegistration GraphdefToMlirTranslate(
        "graphdef-to-mlir", "graphdef-to-mlir", GraphdefToMlirTranslateFunction);
    
    static OwningOpRef<mlir::ModuleOp> GraphdefToSplattedMlirTranslateFunction(
        llvm::StringRef input, MLIRContext* context) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 22:19:26 UTC 2024
    - 7.8K bytes
    - Viewed (0)
Back to top