Home
last modified time | relevance | path

Searched defs:method_def (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/profiler/internal/
H A Dpython_hooks.h97 PyMethodDef* method_def = nullptr; member
/aosp_15_r20/external/pytorch/tools/autograd/
H A Dgen_python_functions.py1080 def method_def( function
/aosp_15_r20/external/libxaac/encoder/
H A Dixheaace_api.h112 UWORD32 method_def; member
/aosp_15_r20/external/libxaac/decoder/drc_src/
H A Dimpd_drc_static_payload.c1243 impd_dec_method_value(ia_bit_buf_struct* it_bit_buff, WORD32 method_def, in impd_dec_method_value()
H A Dimpd_drc_struct.h430 WORD32 method_def; member
/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Ddim.cpp2866 PyMethodDef method_def; member
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dir_emitter.cpp5809 auto method_def = Def(stmt); in define_interface() local