Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MlirFunction (0.18 sec)

  1. tensorflow/compiler/mlir/tensorflow/c/c_api_unified_experimental_mlir.cc

      const char* op_name_ = nullptr;
      string tf_op_type_;
      // TODO(srbs): Use this.
      string device_name_;
    };
    
    // MlirFunction is a thin wrapper over a FuncOp.
    class MlirFunction : public AbstractFunction {
     public:
      explicit MlirFunction(std::unique_ptr<MLIRContext> context,
                            OwningOpRef<mlir::ModuleOp> module, func::FuncOp func)
          : AbstractFunction(kMlir),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 28.2K bytes
    - Viewed (0)
Back to top