Home
last modified time | relevance | path

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

/external/pytorch/aten/src/ATen/core/
Denum_type.h75 const at::ArrayRef<EnumNameValue> enumNamesValues() const { in enumNamesValues() function
/external/pytorch/torch/csrc/jit/frontend/
Dsugared_value.cpp796 const auto& names_values = enum_type_->enumNamesValues(); in attr()
815 const auto& names_values = enum_type_->enumNamesValues(); in iter()
/external/pytorch/torch/csrc/jit/mobile/
Dflatbuffer_loader.cpp432 for (const auto& p : enum_type->enumNamesValues()) { in parseEnum()
/external/pytorch/torch/csrc/jit/serialization/
Dunpickler.cpp869 for (const auto& p : enum_type->enumNamesValues()) { in readGlobal()
Dpython_print.cpp1597 for (const auto& name_value : enumType->enumNamesValues()) { in printNamedType()