blob: 4fa85aa8c882bab6c18df543891f1c978c5bca70 [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|# value_\l# 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."];
}