Struct CompuGraphNode

Inheritance Relationships

Base Type

  • public GraphNode

Struct Documentation

struct cinn::lang::detail::CompuGraphNode : public GraphNode

A Computation graph node.

Public Functions

CompuGraphNode(ir::Tensor tensor)
std::string id() const override
const char *type_info() const override

Public Members

ir::Tensor tensor

Public Static Attributes

const char *__type_info__ = "ComputeGraphNode"