Searched defs:is_method (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | function_spec.py | 149 is_method, argument 213 def is_method(self): member in FunctionSpec
|
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/ |
H A D | parser.cpp | 14 bool is_method) { in mergeTypesFromTypeComment() 806 TreeRef Parser::parseFunction(bool is_method) { in parseFunction()
|
/aosp_15_r20/external/python/cpython3/Objects/ |
D | call.c | 871 int is_method = _PyObject_GetMethod(obj, name, &callable); in PyObject_CallMethodObjArgs() local 901 int is_method = _PyObject_GetMethod(obj, oname, &callable); in _PyObject_CallMethodIdObjArgs() local
|
/aosp_15_r20/art/tools/veridex/ |
H A D | flow_analysis.h | 175 bool is_method; member
|
/aosp_15_r20/external/pytorch/torch/jit/ |
H A D | annotations.py | 112 def get_signature(fn, rcb, loc, is_method): argument
|
/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/ |
H A D | saved_object_graph.proto | 214 bool is_method = 2; field
|
/aosp_15_r20/art/test/2246-trace-v2/ |
H A D | dump_trace.cc | 60 bool is_method) { in ProcessThreadOrMethodInfo()
|
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/ |
D | function.rs | 527 let is_method = kind == CXCursor_CXXMethod; in from_ty() localVariable
|
/aosp_15_r20/art/openjdkjvmti/ |
H A D | ti_redefine.cc | 2820 constexpr bool is_method = std::is_same_v<art::ArtMethod*, decltype(field_or_method)>; in UpdateClassStructurally() local
|
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/ |
D | saved_object_graph.pb.h | 5030 inline bool FunctionSpec::is_method() const { in is_method() function
|
/aosp_15_r20/external/python/cpython3/Python/ |
D | ceval.c | 1629 #define is_method(stack_pointer, args) (PEEK((args)+2) != NULL) macro
|