Searched refs:kFmaFlops (Results 1 – 2 of 2) sorted by relevance
335 kFmaFlops * ShapeUtil::ElementsIn(dot_shape) * reduction_width; in HandleDot()690 current_properties_[kFlopsKey] = fma_count * kFmaFlops; in HandleConvolution()704 current_properties_[kFlopsKey] = kFmaFlops * kFmaPerComplexMul * log_factors * in HandleFft()724 current_properties_[kFlopsKey] = kFmaFlops * elems; in HandleTriangularSolve()
196 static constexpr int64 kFmaFlops = 2; variable