Searched full:lost (Results 1 – 25 of 22253) sorted by relevance
12345678910>>...891
... was in <12>) 5Connect to /lost+found? yes 6 7Unconnected directory inode 1520 ...
17 Connect to /lost+found? yes19 /lost+found not found. Create? yes26 Connect to /lost+found? yes31 Connect to /lost+found? yes36 Connect to /lost+found? yes41 Connect to /lost+found? yes46 Connect to /lost+found? yes51 Connect to /lost+found? yes56 Connect to /lost+found? yes61 Connect to /lost+found? yes[all …]
20 self.lost = np.memmap(loss_file, dtype='int8', mode='r')21 self.lost = self.lost.astype('float32')29 #self.lost = self.lost[:(len(self.lost)//features.shape[1]-1)*features.shape[1]]30 #self.lost = self.lost.reshape((-1, self.sequence_length))41 lost_offset = np.random.randint(0, high=self.lost.shape[0]-self.sequence_length)42 lost = self.lost[lost_offset:lost_offset+self.sequence_length]44 lost = lost * (np.random.rand(lost.shape[-1]) > .02).astype('float32')46 lost = 1 - ((1-lost) * (np.random.rand(lost.shape[-1]) > .1).astype('float32'))47 lost = np.reshape(lost, (features.shape[0], 1))48 lost_mask = np.tile(lost, (1,features.shape[-1]))[all …]
90 * \param lost If non-NULL, set to the approximate number of frames lost before91 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.96 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader97 * isn't keeping up with writer; see \p lost99 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;271 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader272 * isn't keeping up with writer; see \p lost306 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader321 * For a reader, this includes lost and flushed frames.342 * For a reader, this includes lost and flushed frames.[all …]
91 * \param lost If non-NULL, set to the approximate number of frames lost before92 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.97 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader98 * isn't keeping up with writer; see \p lost100 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;272 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader273 * isn't keeping up with writer; see \p lost307 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader322 * For a reader, this includes lost and flushed frames.343 * For a reader, this includes lost and flushed frames.[all …]
85 * \param lost If non-NULL, set to the approximate number of frames lost before86 * re-synchronization when -EOVERFLOW occurs, or set to zero when no frames lost.91 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader92 * isn't keeping up with writer; see \p lost94 int32_t diff(uint32_t rear, uint32_t front, size_t *lost = NULL, bool flush = false) const;261 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader262 * isn't keeping up with writer; see \p lost296 * \retval -EOVERFLOW reader doesn't throttle writer, and frames were lost because reader311 * For a reader, this includes lost and flushed frames.332 * For a reader, this includes lost and flushed frames.[all …]
155 * @throws DeviceNotAvailableException if connection with device is lost and cannot be171 * @throws DeviceNotAvailableException if the connection with the device is lost and cannot182 * @throws DeviceNotAvailableException if connection with device is lost and cannot be194 * @throws DeviceNotAvailableException if connection with device is lost and cannot be208 * @throws DeviceNotAvailableException if connection with device is lost and cannot be222 * @throws DeviceNotAvailableException if connection with device is lost and cannot be263 * @throws DeviceNotAvailableException if connection with device is lost and cannot be281 * @throws DeviceNotAvailableException if connection with device is lost and cannot be303 * @throws DeviceNotAvailableException if connection with device is lost and cannot be321 * @throws DeviceNotAvailableException if connection with device is lost and cannot be[all …]