Home
last modified time | relevance | path

Searched refs:instructions_rematerialized_ (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.h128 int64 instructions_rematerialized_ = 0; variable
Dhlo_rematerialization.cc1197 instructions_rematerialized_ += remat_count; in RematerializeComputation()
1211 instructions_rematerialized_ = 0; in Run()
1275 VLOG(1) << "Rematerialized " << instructions_rematerialized_ in Run()