Home
last modified time | relevance | path

Searched defs:extra_state (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/dynamo/
H A Dextra_state.cpp41 static bool is_extra_state_unset(ExtraState* extra_state) { in is_extra_state_unset()
46 CacheEntry* extract_cache_entry(ExtraState* extra_state) { in extract_cache_entry()
53 FrameState* extract_frame_state(ExtraState* extra_state) { in extract_frame_state()
73 void set_extra_state(PyCodeObject* code, ExtraState* extra_state) { in set_extra_state()
83 ExtraState* extra_state = new ExtraState(); in init_and_set_extra_state() local
105 ExtraState* extra_state, in lookup()
157 ExtraState* extra_state, in create_cache_entry()
/aosp_15_r20/external/pytorch/test/distributed/checkpoint/
H A Dtest_dtensor_checkpoint.py46 def extra_state(self) -> int: member in MyTestModule
50 def extra_state(self, new_extra_state: int) -> None: member in MyTestModule
/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dcmdline.cc177 static int extra_state(gpr_cmdline* cl, char* str) { in extra_state() function