No need to create a copy of graph proto when checking to see if there is fp16 input (#3061)
* Don't create a copy of model proto when checking to see if there is fp16 input
* PRcomments about making functions const
* Loop through nodeargs in graph object to see if there are fp16 datatypes
* Rename check to checking only inputs