Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ParseModuleOp (0.38 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_saved_model_test.cc

      TfSavedModelTest() : ctx_() {
        ctx_.loadDialect<TensorFlowSavedModelDialect, func::FuncDialect>();
      }
    
      MLIRContext ctx_;
    };
    
    // Parses `module_op_str` and returns the resulting `ModuleOp`.
    ModuleOp ParseModuleOp(const StringRef module_op_str, Block& block,
                           MLIRContext& ctx) {
      const LogicalResult parse_result =
          parseSourceString(module_op_str, &block, ParserConfig(&ctx));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 01 05:03:09 UTC 2023
    - 6.4K bytes
    - Viewed (0)
Back to top