Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op_gpu_test.cc467 Tensor expected_num_valid = test::AsScalar<int>(3); in TEST_F() local
468 test::ExpectTensorEqual<int>(expected_num_valid, *GetOutput(1)); in TEST_F()
486 Tensor expected_num_valid = test::AsScalar<int>(2); in TEST_F() local
487 test::ExpectTensorEqual<int>(expected_num_valid, *GetOutput(1)); in TEST_F()
Dnon_max_suppression_op_test.cc615 Tensor expected_num_valid = test::AsScalar<int>(3); in TEST_F() local
616 test::ExpectTensorEqual<int>(expected_num_valid, *GetOutput(1)); in TEST_F()
633 Tensor expected_num_valid = test::AsScalar<int>(2); in TEST_F() local
634 test::ExpectTensorEqual<int>(expected_num_valid, *GetOutput(1)); in TEST_F()
677 Tensor expected_num_valid = test::AsScalar<int>(3); in TEST_F() local
678 test::ExpectTensorEqual<int>(expected_num_valid, *GetOutput(2)); in TEST_F()
709 Tensor expected_num_valid = test::AsScalar<int>(6); in TEST_F() local
710 test::ExpectTensorEqual<int>(expected_num_valid, *GetOutput(2)); in TEST_F()