Searched refs:expected_boxes (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/image/ |
D | non_max_suppression_op_test.cc | 977 Tensor expected_boxes(allocator(), DT_FLOAT, TensorShape({0, 10, 4})); in TEST_F() local 978 test::FillValues<float>(&expected_boxes, {}); in TEST_F() 979 test::ExpectTensorEqual<float>(expected_boxes, *GetOutput(0)); in TEST_F() 1012 Tensor expected_boxes(allocator(), DT_FLOAT, TensorShape({1, 3, 4})); in TEST_F() local 1013 test::FillValues<float>(&expected_boxes, in TEST_F() 1015 test::ExpectTensorEqual<float>(expected_boxes, *GetOutput(0)); in TEST_F() 1045 Tensor expected_boxes(allocator(), DT_FLOAT, TensorShape({1, 3, 4})); in TEST_F() local 1046 test::FillValues<float>(&expected_boxes, in TEST_F() 1048 test::ExpectTensorEqual<float>(expected_boxes, *GetOutput(0)); in TEST_F() 1079 Tensor expected_boxes(allocator(), DT_FLOAT, TensorShape({1, 3, 4})); in TEST_F() local [all …]
|