Esempio n. 1
0
 def __init__(self, filename):
     compute_semaphore, model_semaphore, handles = \
         Customer.parse_ipc_interface_file(filename)
     Customer.__init__(self, compute_semaphore, model_semaphore, handles)
     self.data = self.arrays['data']
     self.label = self.arrays['label']
     self.conv1_dW = self.arrays['conv1_dW']
Esempio n. 2
0
 def __init__(self, filename):
     compute_semaphore, model_semaphore, handles = \
         Customer.parse_ipc_interface_file(filename)
     Customer.__init__(self, compute_semaphore, model_semaphore, handles)