HomeSort by relevance Sort by last modified time
    Searched refs:kFmaFlops (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_cost_analysis.cc 251 kFmaFlops * ShapeUtil::ElementsIn(dot_shape) * reduction_width;
531 current_properties_[kFlopsKey] = fma_count * kFmaFlops;
545 current_properties_[kFlopsKey] = kFmaFlops * kFmaPerComplexMul * log_factors *
560 current_properties_[kFlopsKey] = kFmaFlops * elems;
hlo_cost_analysis.h 154 static constexpr int64 kFmaFlops = 2;

Completed in 222 milliseconds