Home
last modified time | relevance | path

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

/dports/math/xtensor/xtensor-0.24.0/test/
H A Dtest_xreducer.cpp862 auto b_fx_1 = sum(c, xshape<0, 2>(), evaluation_strategy::immediate); in TEST() local
867 EXPECT_TRUE(b_fx_1 == sum(c, {0, 2})); in TEST()
871 truth = std::is_same<std::decay_t<decltype(b_fx_1)>, xtensor_fixed<int, xshape<5>>>::value; in TEST()