Home
last modified time | relevance | path

Searched refs:error_loc (Results 1 – 3 of 3) 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);
106 slice_size, Tindices, Tparams, Tout, &error_loc);
122 return error_loc.load();
Dscatter_nd_op_cpu_impl.h117 Index error_loc = -1;
140 error_loc = loc;
153 return error_loc;
/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