blob: 316c057b8e9c27a20405f88af6d1509703c22419 [file] [log] [blame]
digraph "mxnet::runtime::MXNetArgValue"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node1 [label="{mxnet::runtime::MXNetArg\lValue\n||+ MXNetArgValue()\l+ MXNetArgValue()\l+ operator std::string()\l+ operator DLDataType()\l+ operator MXNetDataType()\l+ operator::mxnet::NDArray *()\l+ operator TypedPackedFunc\l\< FType \>()\l+ value()\l+ operator T()\l+ IsObjectRef()\l+ AsObjectRef()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="A single argument value to PackedFunc. Containing both type_code and MXNetValue."];
Node2 -> Node1 [dir="back",color="midnightblue",fontsize="10",style="solid",arrowtail="onormal",fontname="Helvetica"];
Node2 [label="{mxnet::runtime::MXNetPODValue_\n|# type_code_\l|+ operator double()\l+ operator int64_t()\l+ operator uint64_t()\l+ operator int()\l+ operator bool()\l+ operator void *()\l+ operator ObjectRef()\l+ IsObjectRef()\l+ AsObjectRef()\l+ type_code()\l+ ptr()\l# MXNetPODValue_()\l# MXNetPODValue_()\l}",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."];
Node3 -> Node2 [color="grey25",fontsize="10",style="solid",label=" #value_" ,arrowhead="odiamond",fontname="Helvetica"];
Node3 [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."];
Node4 -> Node3 [color="grey25",fontsize="10",style="solid",label=" +v_type" ,arrowhead="odiamond",fontname="Helvetica"];
Node4 [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."];
}