Home
last modified time | relevance | path

Searched defs:expected_indices (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/python/ops/
Dbincount_ops_test.py151 expected_indices, argument
347 expected_indices, argument
494 expected_indices, argument
/external/fonttools/Tests/ttLib/tables/
DT_S_I__0_test.py64 def test_decompile(table, numGlyphs, data, expected_indices, argument
/external/tensorflow/tensorflow/core/kernels/
Dsparse_add_op_test.cc82 Tensor expected_indices(allocator(), DT_INT64, indices_shape); in TEST_F() local
Dsparse_reduce_sum_op_test.cc110 Tensor expected_indices(allocator(), DT_INT64, in TEST_F() local
/external/tensorflow/tensorflow/core/kernels/image/
Dnon_max_suppression_op_gpu_test.cc465 const auto expected_indices = test::AsTensor<int>({3, 0, 5, 0, 0}); in TEST_F() local
484 const auto expected_indices = test::AsTensor<int>({3, 0, 0, 0, 0, 0}); in TEST_F() local
Dnon_max_suppression_op_test.cc613 const auto expected_indices = test::AsTensor<int>({3, 0, 5, 0, 0}); in TEST_F() local
631 const auto expected_indices = test::AsTensor<int>({3, 0, 0, 0, 0, 0}); in TEST_F() local
670 const auto expected_indices = test::AsTensor<int>({3, 0, 5, 0, 0}); in TEST_F() local
/external/tensorflow/tensorflow/python/kernel_tests/
Dtopk_op_test.py46 expected_indices, argument
Dsets_test.py1242 def _assert_set_operation(self, expected_indices, expected_values, argument
/external/tensorflow/tensorflow/compiler/aot/tests/
Dtfcompile_test.cc493 const int32 expected_indices[] = {0, 2}; in TEST() local
/external/tensorflow/tensorflow/core/util/sparse/
Dsparse_tensor_test.cc493 std::vector<Eigen::Tensor<int64, 2, Eigen::RowMajor> > expected_indices; in TEST() local