blob: 52cecdbd91cd86ce02a764db334a593043b8fc39 [file] [log] [blame]
digraph "dmlc::InputSplit"
{
// LATEX_PDF_SIZE
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node1 [label="{dmlc::InputSplit\n||+ HintChunkSize()\l+ GetTotalSize()\l+ BeforeFirst()\l+ NextRecord()\l+ NextChunk()\l+ NextBatch()\l+ ~InputSplit()\l+ ResetPartition()\l+ Create()\l+ Create()\l}",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black",tooltip="input split creates that allows reading of records from split of data, independent part that covers a..."];
Node1 -> Node2 [dir="back",color="midnightblue",fontsize="10",style="solid",arrowtail="onormal",fontname="Helvetica"];
Node2 [label="{dmlc::InputSplitShuffle\n||+ ~InputSplitShuffle()\l+ BeforeFirst()\l+ HintChunkSize()\l+ GetTotalSize()\l+ NextRecord()\l+ NextChunk()\l+ ResetPartition()\l+ InputSplitShuffle()\l+ Create()\l}",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classdmlc_1_1InputSplitShuffle.html",tooltip="class to construct input split with global shuffling"];
}