Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DReductionType.h26 inline ReductionType get_operator_enum(const c10::string_view reduce, bool use_new_options) { in get_operator_enum() function
/aosp_15_r20/external/pytorch/torch/
H A D_meta_registrations.py4897 def get_operator_enum(reduce_, use_new_options=False): function