Home
last modified time | relevance | path

Searched defs:push_null (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dcodegen.py349 def load_function_name(self, fn_name, push_null, num_on_stack=0): argument
486 def create_call_function_kw(self, nargs, kw_names, push_null) -> List[Instruction]: argument
H A Dbytecode_transformation.py264 def create_call_function(nargs, push_null) -> List[Instruction]: argument
/aosp_15_r20/external/flatbuffers/rust/flexbuffers/src/builder/
H A Dmod.rs207 fn push_null(&mut self) { in push_null() method
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c3000 int push_null = oparg & 1; local
3081 int push_null = oparg & 1; local
3106 int push_null = oparg & 1; local