Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cost_analysis.cc527 const int64 fma_count = (input_feature / convolution->feature_group_count()) * in HandleConvolution() local
531 current_properties_[kFlopsKey] = fma_count * kFmaFlops; in HandleConvolution()