Home
last modified time | relevance | path

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

/third_party/boost/libs/random/test/
Dtest_hyperexponential_distribution.cpp210 const std::vector<double> empty_vector; in BOOST_AUTO_TEST_CASE() local
227 boost::random::detail::print_vector(ss, empty_vector); in BOOST_AUTO_TEST_CASE()
241 boost::random::detail::print_vector(ss, empty_vector); in BOOST_AUTO_TEST_CASE()
251 boost::random::detail::print_vector(ss, empty_vector); in BOOST_AUTO_TEST_CASE()
253 boost::random::detail::print_vector(ss, empty_vector); in BOOST_AUTO_TEST_CASE()
263 boost::random::detail::print_vector(ss, empty_vector); in BOOST_AUTO_TEST_CASE()
278 boost::random::detail::print_vector(ss, empty_vector); in BOOST_AUTO_TEST_CASE()
289 boost::random::detail::print_vector(ss, empty_vector); in BOOST_AUTO_TEST_CASE()
291 boost::random::detail::print_vector(ss, empty_vector); in BOOST_AUTO_TEST_CASE()
314 boost::random::detail::print_vector(ss, empty_vector); in BOOST_AUTO_TEST_CASE()
[all …]
/third_party/mindspore/mindspore/lite/src/cxx_api/callback/
Dloss_monitor.cc47 static std::vector<GraphPoint> empty_vector; in GetLossPoints() local
50 return empty_vector; in GetLossPoints()
56 return empty_vector; in GetLossPoints()
Dtrain_accuracy.cc49 static std::vector<GraphPoint> empty_vector; in GetAccuracyPoints() local
52 return empty_vector; in GetAccuracyPoints()
58 return empty_vector; in GetAccuracyPoints()
/third_party/skia/third_party/externals/spirv-cross/
Dspirv_cfg.hpp79 return empty_vector; in get_preceding_edges()
88 return empty_vector; in get_succeeding_edges()
132 SmallVector<uint32_t> empty_vector; member in SPIRV_CROSS_NAMESPACE::CFG
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/ir/datasetops/
Dzip_node.cc31 std::vector<std::shared_ptr<DatasetNode>> empty_vector; in Copy() local
32 empty_vector.clear(); in Copy()
33 auto node = std::make_shared<ZipNode>(empty_vector); in Copy()
/third_party/boost/libs/compute/test/
Dtest_vector.cpp44 bc::vector<int> empty_vector(context); in BOOST_AUTO_TEST_CASE() local
45 BOOST_CHECK_EQUAL(empty_vector.size(), size_t(0)); in BOOST_AUTO_TEST_CASE()
46 BOOST_CHECK_EQUAL(empty_vector.empty(), true); in BOOST_AUTO_TEST_CASE()
/third_party/flatbuffers/include/flatbuffers/
Dflexbuffers.h275 static const uint8_t empty_vector[] = { 0 /*len*/ }; in EmptyVector() local
276 return Vector(empty_vector + 1, 1); in EmptyVector()