blob: e086129cc3ccbc9b480c9439ebda615df6e2e714 [file] [log] [blame]
digraph "mshadow::expr::BroadcastWithAxisExp< SrcExp, DType, dimsrc, dimdst >"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node1 [label="{mshadow::expr::Broadcast\lWithAxisExp\< SrcExp, DType,\l dimsrc, dimdst \>\n|+ src_\l+ dst_last_\l+ trailing_\l+ size_\l+ last_\l|+ BroadcastWithAxisExp()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="Broadcasting the tensor in the given axis. If keepdim is off, insert the broadcasting dim after axis...."];
Node2 -> Node1 [dir="back",color="midnightblue",fontsize="10",style="solid",arrowtail="onormal",fontname="Helvetica"];
Node2 [label="{mshadow::expr::MakeTensor\lExp\< BroadcastWithAxisExp\l\< SrcExp, DType, dimsrc,\l dimdst \>, SrcExp, dimdst,\l DType \>\n|+ shape_\l|+ real_self()\l}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structmshadow_1_1expr_1_1MakeTensorExp.html",tooltip=" "];
Node3 -> Node2 [dir="back",color="midnightblue",fontsize="10",style="solid",arrowtail="onormal",fontname="Helvetica"];
Node3 [label="{mshadow::expr::Exp\l\< MakeTensorExp\< Broadcast\lWithAxisExp\< SrcExp, DType,\l dimsrc, dimdst \>, SrcExp,\l dim, DType \>, DType, type\l::kChainer \>\n||+ self()\l+ ptrself()\l}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structmshadow_1_1expr_1_1Exp.html",tooltip=" "];
}