Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dclass_type.cpp475 std::vector<std::string> unresolved_class_attributes) { in create() argument
481 std::move(unresolved_class_attributes))); in create()
489 std::vector<std::string> unresolved_class_attributes) in ClassType() argument
494 unresolved_class_attributes_(std::move(unresolved_class_attributes)) {} in ClassType()
H A Dclass_type.h81 std::vector<std::string> unresolved_class_attributes = {});
391 std::vector<std::string> unresolved_class_attributes = {});