blob: 2de3e64a10232974b7e92acbc1d07b4d93ef55c1 [file] [log] [blame]
digraph "mxnet::Executor"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node1 [label="{mxnet::Executor\n||+ ~Executor()\l+ Forward()\l+ PartialForward()\l+ Backward()\l+ Print()\l+ outputs()\l+ in_arg_map()\l+ arg_grad_map()\l+ aux_state_map()\l+ Reshape()\l+ SetMonitorCallback()\l+ Bind()\l+ SimpleBind()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Executor of a computation graph. Executor can be created by Binding a symbol."];
}