blob: 6bf3bca252039a92fc7524f747df9f300ecdada2 [file] [log] [blame]
digraph "Graphical Class Hierarchy"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node0 [label="mxnet::runtime::MXNetPODValue_",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classmxnet_1_1runtime_1_1MXNetPODValue__.html",tooltip="Internal base class to handle conversion to POD values."];
Node0 -> Node1 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node1 [label="mxnet::runtime::MXNetArg\lValue",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classmxnet_1_1runtime_1_1MXNetArgValue.html",tooltip="A single argument value to PackedFunc. Containing both type_code and MXNetValue."];
Node0 -> Node2 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node2 [label="mxnet::runtime::MXNetRet\lValue",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classmxnet_1_1runtime_1_1MXNetRetValue.html",tooltip="Return Value container, Unlike MXNetArgValue, which only holds reference and do not delete the underl..."];
}