Home
last modified time | relevance | path

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

/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/arrow/compute/
H A Dfunction_internal.cc60 ARROW_ASSIGN_OR_RAISE(auto raw_options_type, in FunctionOptionsFromStructScalar()
62 const auto* options_type = checked_cast<const GenericOptionsType*>(raw_options_type); in FunctionOptionsFromStructScalar()
/dports/math/xtensor/xtensor-0.24.0/include/xtensor/
H A Dxblockwise_reducer.hpp21 using raw_options_type = std::decay_t<O>; typedef in xt::xblockwise_reducer
22 using keep_dims = xtl::mpl::contains<raw_options_type, xt::keep_dims_type>;
67 raw_options_type m_options;
221 if (xtl::mpl::contains<raw_options_type, xt::keep_dims_type>::value) in init_shapes()