blob: 04eec7da5f092ee8f3a195b1b2b71c4edca6417d [file] [log] [blame]
digraph "mxnet::op::GradFunctionArgument"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node1 [label="{mxnet::op::GradFunctionArgument\n|+ data\l|}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="super class of all gradient function argument"];
Node1 -> Node2 [dir="back",color="midnightblue",fontsize="10",style="solid",arrowtail="onormal",fontname="Helvetica"];
Node2 [label="{mxnet::op::Input0\n||}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structmxnet_1_1op_1_1Input0.html",tooltip="First input to the function."];
Node1 -> Node3 [dir="back",color="midnightblue",fontsize="10",style="solid",arrowtail="onormal",fontname="Helvetica"];
Node3 [label="{mxnet::op::Input1\n||}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structmxnet_1_1op_1_1Input1.html",tooltip="Second input to the function."];
Node1 -> Node4 [dir="back",color="midnightblue",fontsize="10",style="solid",arrowtail="onormal",fontname="Helvetica"];
Node4 [label="{mxnet::op::OutputGrad\n||}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structmxnet_1_1op_1_1OutputGrad.html",tooltip="Gradient of output value."];
Node1 -> Node5 [dir="back",color="midnightblue",fontsize="10",style="solid",arrowtail="onormal",fontname="Helvetica"];
Node5 [label="{mxnet::op::OutputValue\n||}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structmxnet_1_1op_1_1OutputValue.html",tooltip="Ouput value of the function to the function."];
}