Home
last modified time | relevance | path

Searched refs:error_loc (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dgather_nd_op_cpu_impl.h47 typename TTypes<T>::Matrix Tout, std::atomic<Index>* error_loc) in GatherNdSliceGenerator() argument
52 error_loc_(error_loc) {} in GatherNdSliceGenerator()
103 std::atomic<Index> error_loc(-1);
115 slice_size, Tindices, Tparams, Tout, &error_loc);
138 return error_loc.load();
Dscatter_nd_op_cpu_impl.h101 Index error_loc = -1;
124 error_loc = loc;
136 return error_loc;
185 Index error_loc = -1;
208 error_loc = loc;
220 return error_loc;
/external/u-boot/drivers/mtd/nand/
Domap_gpmc.c498 uint32_t error_loc[ELM_MAX_ERROR_COUNT]; in omap_correct_data_bch() local
540 err = elm_check_error(calc_ecc, bch_type, &error_count, error_loc); in omap_correct_data_bch()
557 byte_pos = error_max - (error_loc[count] / 8) - 1; in omap_correct_data_bch()
558 bit_pos = error_loc[count] % 8; in omap_correct_data_bch()
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py207 stream.error_loc = stream.tell()
211 return '[%d]: %s' % (self.stream.error_loc, self.msg)
261 stream.error_loc = stream.tell()
1278 self.error_loc = None
1399 length = self.error_loc - pos + 16
1400 elif self.error_loc:
1402 pos = self.error_loc