Searched refs:findNodeWithKindForTesting (Results 1 – 3 of 3) sorted by relevance
224 return smodule.findNodeWithKindForTesting(kind); in getNodeWithKind()408 return smodule.findNodeWithKindForTesting(name) != nullptr; in hasProcessedNodeWithName()
491 C10_NODISCARD Node* findNodeWithKindForTesting(const std::string& kind) const;
875 Node* StaticModule::findNodeWithKindForTesting(const std::string& kind) const { in findNodeWithKindForTesting() function in torch::jit::StaticModule