HomeSort by relevance Sort by last modified time
    Searched refs:last_use (Results 1 - 8 of 8) sorted by null

  /external/tensorflow/tensorflow/compiler/xrt/
xrt_compilation_cache.cc 108 CHECK(entries_by_last_use_.find(entry->last_use) ==
128 entries_by_last_use_.erase(entry_to_mark->last_use);
242 auto erased = entries_by_last_use_.erase(entry->last_use);
244 entry->last_use = use_counter_++;
245 entries_by_last_use_[entry->last_use] = entry;
xrt_compilation_cache.h 130 // a last_use value that set from a monotonically-increasing counter in the
143 int64 last_use = -1; member in struct:tensorflow::XRTCompilationCache::CompiledSubgraph
186 // to entry, entry's last_use field is set to be the most recent value of
218 // The value to assign to the last_use field of the next entry that is looked
228 // Map from last_use to entry, used to mark entries for eviction in LRU
229 // order. If an entry's last_use counter is not present as a key in
  /external/v8/src/compiler/
node.cc 269 Use* last_use = nullptr; local
272 last_use = use;
274 if (last_use) {
276 last_use->next = that->first_use_;
277 if (that->first_use_) that->first_use_->prev = last_use;
  /external/tensorflow/tensorflow/core/kernels/data/
dataset_utils.cc 71 std::map<int, int> last_use; local
73 last_use[indices[i]] = i;
78 can_move[i] = last_use[indices[i]] == i;
  /external/mesa3d/src/gallium/drivers/etnaviv/
etnaviv_compiler.c 99 int last_use; /* instruction id of last use (scope end, inclusive) */ member in struct:etna_reg_desc
271 sorted[ptr].key = regs[idx].last_use;
277 sorted[ptr].key = -regs[idx].last_use;
339 if (mode_inputs ? (inout->last_use <= temp->first_use)
340 : (inout->first_use >= temp->last_use)) {
539 c->decl[idx].first_use = c->decl[idx].last_use = -1;
591 reg_desc->last_use = inst_idx;
602 reg_desc->last_use = inst_idx;
701 c->file[TGSI_FILE_TEMPORARY].reg[in_idx].last_use == inst_idx) {
705 c->file[TGSI_FILE_TEMPORARY].reg[in_idx].last_use = ETNA_MAX_TOKENS
    [all...]
  /external/u-boot/fs/yaffs2/
yaffs_guts.h 132 int last_use; member in struct:yaffs_cache
yaffs_guts.c     [all...]
  /external/vixl/src/aarch64/
assembler-aarch64.h 265 VIXL_DEPRECATED("GetLastUse", ptrdiff_t last_use()) { return GetLastUse(); }
    [all...]

Completed in 205 milliseconds