Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EncapsulateFuncAndSerialize (0.28 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/host_runtime/tpu_rewrite_pass.cc

    };
    
    // Creates a missing attribute error message.
    std::string CreateMissingAttributeMsg(llvm::StringRef attribute) {
      return llvm::formatv("requires attribute '{0}'", attribute).str();
    }
    
    LogicalResult EncapsulateFuncAndSerialize(const std::string& module_name,
                                              func::FuncOp entry_func,
                                              std::string* serialized_func_module) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 29.7K bytes
    - Viewed (0)
Back to top