blob: c32cde27c447011241ced41ec6ce2ee4c491a8c5 [file] [log] [blame]
digraph "singa::Metric"
{
edge [fontname="Helvetica",fontsize="10",labelfontname="Helvetica",labelfontsize="10"];
node [fontname="Helvetica",fontsize="10",shape=record];
Node0 [label="singa::Metric",height=0.2,width=0.4,color="black", fillcolor="grey75", style="filled", fontcolor="black"];
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. "];
}