blob: c4c57b23ef148be205a2c29cc42f345cce580522 [file] [log] [blame]
digraph "mxnet::Operator"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node1 [label="{mxnet::Operator\n||+ ~Operator()\l+ Forward()\l+ Backward()\l+ exec_type()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Operator interface. Operator defines basic operation unit of optimized computation graph in mxnet...."];
}