HomeSort by relevance Sort by last modified time
    Searched full:thunks_ (Results 1 - 6 of 6) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
sequential_thunk.cc 25 : Thunk(Kind::kSequential, hlo), thunks_(std::move(thunks)) {}
29 for (auto& thunk : thunks_) {
38 for (const auto& thunk : thunks_) {
sequential_thunk.h 39 const std::vector<std::unique_ptr<Thunk>>& thunks() const { return thunks_; }
48 std::vector<std::unique_ptr<Thunk>> thunks_; member in class:xla::gpu::SequentialThunk
thunk_schedule.cc 49 : thunks_(std::move(thunks)),
52 for (const auto& thunk : *thunks_) {
thunk_schedule.h 80 std::unique_ptr<ThunkSequence> thunks_; member in class:xla::gpu::ThunkSchedule
  /art/compiler/linker/arm/
relative_patcher_arm_base.cc 189 if (thunks_.empty()) {
193 pending_thunks_.reserve(thunks_.size());
194 for (auto& entry : thunks_) {
230 // For multi-oat compilation (boot image), `thunks_` records thunks for all oat files.
235 for (auto&& entry : thunks_) {
241 for (auto&& entry : thunks_) {
255 // Add a disambiguating tag for subsequent identical thunks. Since the `thunks_`
274 thunks_(),
361 auto it = thunks_.find(key);
362 CHECK(it != thunks_.end())
    [all...]
relative_patcher_arm_base.h 118 ThunkMap thunks_;

Completed in 1129 milliseconds