Searched refs:goldenRef (Results 1 – 1 of 1) sorted by relevance
575 const float goldenRef = (inputValue0 + inputValue1) * (inputValue2 + inputValue3); in Compute() local579 float delta = outputTensorPtr[idx] - goldenRef; in Compute()