blob: e9d04a8a2d966840dcc3b7be74453a47d4dc207c [file] [log] [blame]
digraph "mxnet::runtime::MXNetArgs"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node1 [label="{mxnet::runtime::MXNetArgs\n|+ type_codes\l+ num_args\l|+ MXNetArgs()\l+ size()\l+ operator[]()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Arguments into TVM functions."];
Node2 -> Node1 [color="grey25",fontsize="10",style="solid",label=" +values" ,arrowhead="odiamond",fontname="Helvetica"];
Node2 [label="{MXNetValue\n|+ v_int64\l+ v_float64\l+ v_handle\l+ v_str\l|}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$unionMXNetValue.html",tooltip="Union type of values being passed through API and function calls."];
Node3 -> Node2 [color="grey25",fontsize="10",style="solid",label=" +v_type" ,arrowhead="odiamond",fontname="Helvetica"];
Node3 [label="{DLDataType\n|+ code\l+ bits\l+ lanes\l|}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structDLDataType.html",tooltip="The data type the tensor can hold."];
}