Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Ddim.cpp2864 struct WrappedOperator : public mpy::base<WrappedOperator> { struct
2865 mpy::object orig;
2866 PyMethodDef method_def;
2867 mpy::object name, doc;
2869 bool is_pointwise = false;
2870 int64_t dim_offset = 0;
2871 int64_t keepdim_offset = 1;
2872 std::string dim_name;
2873 bool single_dim = false;
2874 bool reduce = true;
[all …]