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

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
hlo_schedule.h 48 return thunk_launch_order_;
61 std::vector<const HloInstruction*> thunk_launch_order_; member in class:xla::gpu::HloSchedule
hlo_schedule.cc 194 // Initialize thunk_launch_order_, the total order of thunk launches.
200 schedule->thunk_launch_order_,
207 BFSLaunchOrder(entry_computation, &schedule->thunk_launch_order_);
211 &module, stream_assignment, schedule->thunk_launch_order_);

Completed in 69 milliseconds