Home
last modified time | relevance | path

Searched refs:InceptionResNetV2 (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/keras/applications/
Dinception_resnet_v2.py31 def InceptionResNetV2(*args, **kwargs): function
32 return inception_resnet_v2.InceptionResNetV2(*args, **kwargs)
Dapplications_test.py33 (applications.InceptionResNetV2, 1536),
D__init__.py77 from tensorflow.python.keras.applications.inception_resnet_v2 import InceptionResNetV2