Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op_test.cc731 void AddIoUInput(const std::vector<float>& boxes) { in AddIoUInput() function in tensorflow::NonMaxSuppressionWithOverlapsOpTest
786 AddIoUInput({0, 0, 1, 1, 0, 0.1f, 1, 1.1f, 0, -0.1f, 1, 0.9f, in TEST_F()
802 AddIoUInput({1, 1, 0, 0, 0, 0.1f, 1, 1.1f, 0, .9f, 1, -0.1f, in TEST_F()
818 AddIoUInput({0, 0, 1, 1, 0, 0.1f, 1, 1.1f, 0, -0.1f, 1, 0.9f, in TEST_F()
834 AddIoUInput({0, 0, 1, 1, 0, 0.1f, 1, 1.1f, 0, -0.1f, 1, 0.9f, in TEST_F()
849 AddIoUInput({0, 0, 1, 1}); in TEST_F()
874 AddIoUInput(corners); in TEST_F()
888 AddIoUInput({0, 0, 1, 1, 0, 0.1f, 1, 1.1f, 0, -0.1f, 1, 0.9f, in TEST_F()
916 AddIoUInput({0, 0, 1, 1}); in TEST_F()
926 AddIoUInput({0, 0, 1, 1}); in TEST_F()
[all …]