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 220 current_properties_[kFlopsKey] = kFmaFlops * fma_count;
395 output_elements * fmas_per_output_element * kFmaFlops;
409 current_properties_[kFlopsKey] = kFmaFlops * kFmaPerComplexMul * log_factors *
hlo_cost_analysis.h 143 static constexpr int64 kFmaFlops = 2;

Completed in 103 milliseconds