Home
last modified time | relevance | path

Searched refs:detect_output (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dgraph_properties_test.cc394 const auto& detect_output = graph_properties.GetOutputProperties("detect"); in RunTestAndValidate() local
395 EXPECT_EQ(1, detect_output.size()); in RunTestAndValidate()
396 const OpInfo::TensorProperties& detect_output0 = detect_output[0]; in RunTestAndValidate()