Home
last modified time | relevance | path

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

/external/python/mock/mock/tests/
Dsupport.py1 def is_instance(obj, klass): function
/external/python/cpython3/Lib/unittest/test/testmock/
Dsupport.py4 def is_instance(obj, klass): function
/external/tensorflow/tensorflow/tools/api/lib/
Dapi_objects.proto24 repeated string is_instance = 1; field
/external/tensorflow/tensorflow/python/util/
Dutil.cc318 int is_instance = PyObject_IsInstance(to_check, collections_sequence_type); in IsSequenceHelper() local
523 int is_instance = PyObject_IsInstance(to_check, composite_tensor_type); in IsCompositeTensorHelper() local
871 int is_instance = in IsNamedtuple() local