Searched refs:getIterableModuleKind (Results 1 – 3 of 3) sorted by relevance
268 if (concreteType_->getIterableModuleKind() == IterableModuleKind::LIST) { in asTupleValue()306 if (concreteType_->getIterableModuleKind() == IterableModuleKind::LIST) { in getitem()328 concreteType_->getIterableModuleKind() == IterableModuleKind::PARAMLIST) { in getitem()332 concreteType_->getIterableModuleKind() == IterableModuleKind::DICT || in getitem()333 concreteType_->getIterableModuleKind() == IterableModuleKind::PARAMDICT) { in getitem()336 if (concreteType_->getIterableModuleKind() == IterableModuleKind::DICT) { in getitem()339 concreteType_->getIterableModuleKind() == in getitem()652 if (concreteType_->getIterableModuleKind() == IterableModuleKind::DICT) { in tryGetAttr()868 const auto iterableModuleKind = concreteType_->getIterableModuleKind(); in iter()
198 IterableModuleKind getIterableModuleKind() const;
215 IterableModuleKind ConcreteModuleType::getIterableModuleKind() const { in getIterableModuleKind() function in torch::jit::ConcreteModuleType