/external/tensorflow/tensorflow/python/keras/applications/ |
D | efficientnet.py | 204 include_top=True, argument 523 def EfficientNetB0(include_top=True, argument 549 def EfficientNetB1(include_top=True, argument 575 def EfficientNetB2(include_top=True, argument 601 def EfficientNetB3(include_top=True, argument 627 def EfficientNetB4(include_top=True, argument 653 def EfficientNetB5(include_top=True, argument 679 def EfficientNetB6(include_top=True, argument 705 def EfficientNetB7(include_top=True, argument
|
D | densenet.py | 131 include_top=True, argument 323 def DenseNet121(include_top=True, argument 336 def DenseNet169(include_top=True, argument 349 def DenseNet201(include_top=True, argument
|
D | resnet_v2.py | 34 include_top=True, argument 65 include_top=True, argument 96 include_top=True, argument
|
D | resnet.py | 64 include_top=True, argument 456 def ResNet50(include_top=True, argument 477 def ResNet101(include_top=True, argument 498 def ResNet152(include_top=True, argument
|
D | nasnet.py | 71 include_top=True, argument 324 include_top=True, argument 401 include_top=True, argument
|
D | mobilenet_v3.py | 156 include_top=True, argument 357 include_top=True, argument 393 include_top=True, argument
|
D | vgg19.py | 47 include_top=True, argument
|
D | vgg16.py | 47 include_top=True, argument
|
D | xception.py | 53 include_top=True, argument
|
D | inception_v3.py | 49 include_top=True, argument
|
D | mobilenet_v2.py | 99 include_top=True, argument
|
D | inception_resnet_v2.py | 45 def InceptionResNetV2(include_top=True, argument
|
D | efficientnet_weight_update_util.py | 370 include_top = not args.notop variable
|
D | mobilenet.py | 89 include_top=True, argument
|
/external/tensorflow/tensorflow/python/eager/benchmarks/resnet50/ |
D | resnet50.py | 204 include_top=True, argument
|