Struct Interpreter::Impl

Nested Relationships

This struct is a nested type of Class Interpreter.

Struct Documentation

struct cinn::frontend::Interpreter::Impl

Public Functions

Impl(const std::vector<std::string> &input_names, const std::vector<hlir::framework::shape_t> &input_shapes)
void Build(const std::vector<std::string> &input_names, const std::vector<hlir::framework::shape_t> &input_shapes, const Target &target, const std::string &model_name = "")

Build the model.

Parameters
  • input_names: The name of input variables.

  • input_shapes: The input shapes.