blob: 9dc8ca7a2d32a369b2ba972df8121c90d2f4f968 [file] [log] [blame]
digraph "Graphical Class Hierarchy"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
rankdir="LR";
Node0 [label="singa::Decoder",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classsinga_1_1Decoder.html",tooltip="The base decoder that converts a string into a set of tensors. "];
Node0 -> Node1 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node1 [label="singa::CSVDecoder",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classsinga_1_1CSVDecoder.html",tooltip="Decode the string of csv formated data into data tensor (dtype is kFloat32) and optionally a label te..."];
}