Model_maker Transfer Learning Details

I am trying to find the names of all possible layers that can be frozen with var_freeze_expr for EfficientDetLite0 and EfficientDetLite1. Additionally, the docs say that model_maker implements transfer learning even when train_whole_model is True. Is this correct? If so, where is this happening in the scripts?