Searched defs:CacheNode (Results 1 – 5 of 5) sorted by relevance
164 struct CacheNode { struct167 static CacheNode* root() { in root()172 CacheNode* lookup(const CacheKey& key, bool create = true) { in lookup()186 void clear() { in clear()194 bool is_empty() const { in is_empty()198 CacheNode() : runtime_wrapper(nullptr), compiled_fn(nullptr) {} in CacheNode() function199 ~CacheNode() { in ~CacheNode()211 bool check_dynamic_sizes( in check_dynamic_sizes()263 PyObject* wrap_dynamic_inputs() const { in wrap_dynamic_inputs()281 std::vector<std::optional<SymInt>> unwrap_dynamic_inputs( in unwrap_dynamic_inputs()[all …]
33 struct CacheNode { struct52 static_assert(sizeof(CacheNode) == 32, ""); argument
13 class CacheNode : public Node { class15 explicit CacheNode(const std::string& str) in CacheNode() function in torch::lazy::CacheNode
28 static inline void CacheNode(NodePtr node) { in CacheNode() function
2022 "CacheNode":{ object