Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/test_unittest/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/framework/
Dpython_api_dispatcher.cc235 int is_instance = PyObject_IsInstance(value, py_class.get()); in Check() local
/external/tensorflow/tensorflow/python/util/
Dutil.cc367 int is_instance = IsInstanceOfRegisteredType(to_check, "Sequence"); in IsNestedHelper() local
1061 int is_instance = IsInstanceOfRegisteredType(fields.get(), "Sequence"); in IsNamedtuple() local