Searched refs:detect_output (Results 1 – 1 of 1) sorted by relevance
394 const auto& detect_output = graph_properties.GetOutputProperties("detect"); in RunTestAndValidate() local395 EXPECT_EQ(1, detect_output.size()); in RunTestAndValidate()396 const OpInfo::TensorProperties& detect_output0 = detect_output[0]; in RunTestAndValidate()