Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc771 bool IsAlignedGemm(const DotInfo& dot_info, in IsAlignedGemm() function
785 CHECK(IsAlignedGemm(dot_info, target_machine_features)); in CanEmitTiledLlvmIrGemm()
836 if (IsAlignedGemm(dot_info, target_machine_features)) { in GetDotImplementationStrategy()