Home
last modified time | relevance | path

Searched defs:CacheNode (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dpython_compiled_autograd.cpp164 struct CacheNode { struct
167 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() function
199 ~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 …]
/aosp_15_r20/system/extras/simpleperf/
H A DCallChainJoiner.h33 struct CacheNode { struct
52 static_assert(sizeof(CacheNode) == 32, ""); argument
/aosp_15_r20/external/pytorch/test/cpp/lazy/
H A Dtest_cache.cpp13 class CacheNode : public Node { class
15 explicit CacheNode(const std::string& str) in CacheNode() function in torch::lazy::CacheNode
/aosp_15_r20/external/pytorch/torch/csrc/lazy/core/
H A Dir_builder.h28 static inline void CacheNode(NodePtr node) { in CacheNode() function
/aosp_15_r20/external/aws-sdk-java-v2/services/elasticache/src/main/resources/codegen-resources/
H A Dservice-2.json2022 "CacheNode":{ object