blob: 82f73b9acc32083dc138b389165b063b99fbe4bc [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::Metric",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classsinga_1_1Metric.html",tooltip="The base metric class, which declares the APIs for computing the performance evaluation metrics given..."];
Node0 -> Node1 [dir="back",color="midnightblue",fontsize="10",style="solid",fontname="Helvetica"];
Node1 [label="singa::Accuracy",height=0.2,width=0.4,color="black", fillcolor="white", style="filled",URL="$classsinga_1_1Accuracy.html",tooltip="Compute the accuray of the prediction, which is matched against the ground truth labels. "];
}