Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dbatchnorm_expander.cc302 int64 instruction_count_after = computation_->instruction_count(); in HandleBatchNormTraining() local
303 CHECK_EQ(instruction_count_after, in HandleBatchNormTraining()
407 int64 instruction_count_after = computation_->instruction_count(); in HandleBatchNormInference() local
408 CHECK_EQ(instruction_count_after, in HandleBatchNormInference()
585 int64 instruction_count_after = computation_->instruction_count(); in HandleBatchNormGrad() local
586 CHECK_EQ(instruction_count_after, in HandleBatchNormGrad()