Home
last modified time | relevance | path

Searched refs:is_bound_method (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/keras/legacy_tf_layers/
Dbase.py629 if is_bound_method(fn) and args:
637 def is_bound_method(fn): function
/external/llvm-project/lldb/source/Plugins/ScriptInterpreter/Python/
DPythonDataObjects.cpp898 bool is_bound_method = false; in GetArgInfo() local
915 is_bound_method = true; in GetArgInfo()
926 is_bound_method = true; in GetArgInfo()
943 : (count - (int)is_bound_method) - (int)is_class; in GetArgInfo()