blob: a3693dbab0a476ae4b064ff9d289b0382367a5ad [file] [log] [blame]
digraph "mxnet::runtime::Registry"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node1 [label="{mxnet::runtime::Registry\n|# name_\l|+ set_body()\l+ set_body()\l+ set_body_typed()\l+ set_body_typed()\l+ set_body_method()\l+ set_body_method()\l+ set_body_method()\l+ set_body_method()\l+ Register()\l+ Remove()\l+ Get()\l+ ListNames()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Registry for global function."];
Node2 -> Node1 [color="grey25",fontsize="10",style="solid",label=" #func_" ,arrowhead="odiamond",fontname="Helvetica"];
Node2 [label="{mxnet::runtime::PackedFunc\n||+ PackedFunc()\l+ PackedFunc()\l+ PackedFunc()\l+ operator()()\l+ CallPacked()\l+ body()\l+ operator==()\l+ operator!=()\l}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classmxnet_1_1runtime_1_1PackedFunc.html",tooltip="Packed function is a type-erased function. The arguments are passed by packed format."];
}