blob: f73e2ee26e86e41ac66d286eee62b96494a3fa5e [file] [log] [blame]
digraph "mxnet::runtime::ADT"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node1 [label="{mxnet::runtime::ADT\n||+ ADT()\l+ ADT()\l+ ADT()\l+ operator[]()\l+ tag()\l+ size()\l+ Tuple()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="reference to algebraic data type objects."];
Node2 -> Node1 [dir="back",color="midnightblue",fontsize="10",style="solid",arrowtail="onormal",fontname="Helvetica"];
Node2 [label="{mxnet::runtime::ObjectRef\n|+ _type_is_nullable\l# data_\l|+ ObjectRef()\l+ ObjectRef()\l+ same_as()\l+ operator==()\l+ operator!=()\l+ operator\<()\l+ defined()\l+ get()\l+ operator-\>()\l+ unique()\l+ as()\l# get_mutable()\l# DowncastNoCheck()\l# GetDataPtr()\l}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classmxnet_1_1runtime_1_1ObjectRef.html",tooltip="Base class of all object reference."];
}