blob: 43c67edfe2a1de387055c0631be395e79af062d1 [file] [log] [blame]
digraph "mshadow::expr::TransposeExExp< SrcExp, DType, dimsrc >"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node1 [label="{mshadow::expr::Transpose\lExExp\< SrcExp, DType,\l dimsrc \>\n|+ src_\l+ src_stride_\l|+ TransposeExExp()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="transpose axes of a tensor input: Tensor<Device,dim>: ishape output: Tensor<Device,..."];
Node2 -> Node1 [dir="back",color="midnightblue",fontsize="10",style="solid",arrowtail="onormal",fontname="Helvetica"];
Node2 [label="{mshadow::expr::MakeTensor\lExp\< TransposeExExp\< SrcExp,\l DType, dimsrc \>, SrcExp,\l dimsrc, DType \>\n||+ 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\< Transpose\lExExp\< SrcExp, DType, dimsrc\l \>, SrcExp, dim, DType \>, DType,\l type::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=" "];
Node4 -> Node2 [color="grey25",fontsize="10",style="solid",label=" +shape_" ,arrowhead="odiamond",fontname="Helvetica"];
Node4 [label="{mshadow::Shape\< dim \>\n|+ shape_\l+ kDimension\l+ kSubdim\l|+ Shape()\l+ Shape()\l+ operator[]()\l+ operator[]()\l+ operator==()\l+ operator!=()\l+ FlatTo1D()\l+ FlatTo2D()\l+ Size()\l+ ProdShape()\l+ SubShape()\l+ Slice()\l}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structmshadow_1_1Shape.html",tooltip=" "];
Node5 -> Node1 [color="grey25",fontsize="10",style="solid",label=" +axes_\n+dst_in_src_stride_" ,arrowhead="odiamond",fontname="Helvetica"];
Node5 [label="{mshadow::Shape\< dimsrc \>\n|+ shape_\l+ kDimension\l+ kSubdim\l|+ Shape()\l+ Shape()\l+ operator[]()\l+ operator[]()\l+ operator==()\l+ operator!=()\l+ FlatTo1D()\l+ FlatTo2D()\l+ Size()\l+ ProdShape()\l+ SubShape()\l+ Slice()\l}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$structmshadow_1_1Shape.html",tooltip=" "];
}