blob: cf38c1298f2866d1086a2435bbeaa47f1d7c26f2 [file] [log] [blame]
digraph "mshadow::expr::TransposeIndicesExp< SrcExp, DType, dimsrc, etype >"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node1 [label="{mshadow::expr::Transpose\lIndicesExp\< SrcExp, DType,\l dimsrc, etype \>\n|+ src_indices_\l+ src_shape_\l+ axes_\l+ src_in_dst_stride_\l|+ TransposeIndicesExp()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="transform contiguous indices of the source tensor to indices of the transposed tensor...."];
Node2 -> Node1 [dir="back",color="midnightblue",fontsize="10",style="solid",arrowtail="onormal",fontname="Helvetica"];
Node2 [label="{mshadow::expr::Exp\l\< TransposeIndicesExp\l\< SrcExp, DType, dimsrc,\l etype \>, DType, etype \>\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=" "];
}