Home
last modified time | relevance | path

Searched defs:CREATE_ACCESSOR (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.h875 #define CREATE_ACCESSOR(Kind, method) \ macro
884 CREATE_ACCESSOR(Float, f) in CREATE_ACCESSOR() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/python/
H A Dpython_ir.cpp702 #define CREATE_ACCESSOR(Kind, method) \ in initPythonIRBindings() macro