Home
last modified time | relevance | path

Searched refs:total_offset (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dtiled_dot_emitter.cc42 llvm::Value* total_offset = in MemoryTile() local
45 pointers_.push_back(vsl_->ComputeOffsetPointer(matrix, total_offset)); in MemoryTile()
363 llvm::Value* total_offset = b_->CreateMul(col, b_->getInt64(m())); in EmitInnerLoopEpilogue() local
365 vsl_.ComputeOffsetPointer(lhs_, total_offset); in EmitInnerLoopEpilogue()
589 llvm::Value* total_offset = b_->CreateMul( in EmitInnerLoopEpilogue() local
592 vsl_.ComputeOffsetPointer(lhs_, total_offset); in EmitInnerLoopEpilogue()
/external/libxaac/decoder/
Dixheaacd_channel.c173 WORD32 i, total_offset; in ixheaacd_read_pulse_data() local
184 total_offset = ptr_aac_tables->str_aac_sfb_info[0] in ixheaacd_read_pulse_data()
191 total_offset += ptr_pulse_info->pulse_offset[i]; in ixheaacd_read_pulse_data()
193 if (total_offset >= 1024) { in ixheaacd_read_pulse_data()
/external/v8/src/wasm/
Dwasm-debug.cc1215 uint32_t total_offset = func.code.offset() + iterator.pc_offset(); in GetPossibleBreakpoints() local
1216 if (total_offset >= end_offset) { in GetPossibleBreakpoints()
1220 if (total_offset < start_offset) continue; in GetPossibleBreakpoints()
1222 locations->emplace_back(0, total_offset, debug::kCommonBreakLocation); in GetPossibleBreakpoints()
/external/mesa3d/src/intel/compiler/
Dbrw_nir.c148 nir_ssa_def *total_offset = in remap_patch_urb_offsets() local
153 nir_src_for_ssa(total_offset)); in remap_patch_urb_offsets()
/external/libevent/
Dbuffer.c3241 ev_uint64_t total_offset = seg->mmap_offset+offset; in evbuffer_add_file_segment() local
3244 if (total_offset) { in evbuffer_add_file_segment()
3248 offset_remaining = total_offset % si.dwAllocationGranularity; in evbuffer_add_file_segment()
3249 offset_rounded = total_offset - offset_remaining; in evbuffer_add_file_segment()
/external/mesa3d/src/compiler/nir/
Dnir_lower_io.c202 const unsigned total_offset = *component + index; in get_io_offset() local
203 const unsigned slot_offset = total_offset / 4; in get_io_offset()
204 *component = total_offset % 4; in get_io_offset()
/external/tensorflow/tensorflow/python/framework/
Dops.py4211 total_offset = 1 + offset
4213 self._device_function_stack.push_obj(spec, offset=total_offset)