Home
last modified time | relevance | path

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

/dports/misc/mmdnn/MMdnn-0.3.1/mmdnn/conversion/examples/tensorflow/models/
H A Dnasnet.py433 def add_and_check_endpoint(endpoint_name, net): function
449 if add_and_check_endpoint('Stem', net): return net, end_points
473 if add_and_check_endpoint(
488 if add_and_check_endpoint('Cell_{}'.format(cell_num), net):
502 if add_and_check_endpoint('global_pool', net) or num_classes is None:
507 if add_and_check_endpoint('Logits', logits):
511 if add_and_check_endpoint('Predictions', predictions):