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.h176 int64 instructions_rematerialized_ = 0; variable
Dhlo_rematerialization.cc1999 instructions_rematerialized_ += remat_count; in RematerializeComputation()
2013 instructions_rematerialized_ = 0; in Run()
2081 VLOG(1) << "Rematerialized " << instructions_rematerialized_ in Run()