示例#1
0
 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())