Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/jit/frontend/
Dconcrete_module_type.cpp116 functionAttributes_ == other.functionAttributes_ && in equals()
170 const auto it = data_.functionAttributes_.find(name); in findFunctionAttribute()
171 if (it != data_.functionAttributes_.end()) { in findFunctionAttribute()
262 functionAttributes_.emplace( in addFunctionAttribute()
Dconcrete_module_type.h161 std::unordered_map<std::string, FunctionAttribute> functionAttributes_; variable