Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dcopy_insertion.cc1158 int64 num_existing_copies = 0; in Run() local
1163 ++num_existing_copies; in Run()
1208 VLOG(1) << "Num copies before copy-insertion: " << num_existing_copies; in Run()