Searched refs:stack_fn (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/keras/applications/ |
D | resnet_v2.py | 42 def stack_fn(x): function 49 stack_fn, 73 def stack_fn(x): function 80 stack_fn, 104 def stack_fn(x): function 111 stack_fn,
|
D | resnet.py | 60 def ResNet(stack_fn, argument 178 x = stack_fn(x) 465 def stack_fn(x): function 471 return ResNet(stack_fn, False, True, 'resnet50', include_top, weights, 486 def stack_fn(x): function 492 return ResNet(stack_fn, False, True, 'resnet101', include_top, weights, 507 def stack_fn(x): function 513 return ResNet(stack_fn, False, True, 'resnet152', include_top, weights,
|
D | mobilenet_v3.py | 150 def MobileNetV3(stack_fn, argument 277 x = stack_fn(x, kernel, activation, se_ratio) 365 def stack_fn(x, kernel, activation, se_ratio): function 384 return MobileNetV3(stack_fn, 1024, input_shape, alpha, 'small', minimalistic, 401 def stack_fn(x, kernel, activation, se_ratio): function 426 return MobileNetV3(stack_fn, 1280, input_shape, alpha, 'large', minimalistic,
|