예제 #1
0
파일: core.py 프로젝트: zhuomingliang/CNTK
 def dtype(self):
     '''
     NumPy data type of the instance
     '''
     return data_type_to_dtype(self.get_data_type())
예제 #2
0
파일: core.py 프로젝트: OlegBoulanov/CNTK
 def dtype(self):
     '''
     NumPy data type of the instance
     '''
     return data_type_to_dtype(self.get_data_type())