Searched defs:param_dtype (Results 1 – 2 of 2) sorted by relevance
121 auto param_dtype = AnfAlgo::GetOutputDeviceDataType(final_node, 0); in Run() local
323 def _check_rmseloss_dtype(param_dtype, not_supported_dtype, cls_name): argument