Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for BuildFuncOp (0.13 sec)

  1. tensorflow/compiler/mlir/lite/experimental/common/outline_operations.cc

        const llvm::SmallVector<Value>& values) {
      llvm::SmallVector<Type> types;
      for (auto value : values) {
        types.push_back(value.getType());
      }
      return types;
    }
    
    func::FuncOp BuildFuncOp(const Subgraph& subgraph, OpBuilder& builder,
                             ModuleOp& module, OpsAdded& ops_added) {
      // The parameters of the new MLIR function are taken to be the union
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 8.5K bytes
    - Viewed (0)
Back to top