Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Ddot_op_emitter.cc74 enum class DotImplementationStrategy { enum
102 DotImplementationStrategy GetDotImplementationStrategy(
389 case DotImplementationStrategy::kNaiveLlvmIr: in Emit()
393 case DotImplementationStrategy::kTiledLlvmIrGemv: in Emit()
397 case DotImplementationStrategy::kTiledLlvmIrGemm: in Emit()
401 case DotImplementationStrategy::kEigen: in Emit()
821 DotImplementationStrategy GetDotImplementationStrategy( in GetDotImplementationStrategy()
833 return DotImplementationStrategy::kTiledLlvmIrGemv; in GetDotImplementationStrategy()
838 ? DotImplementationStrategy::kTiledLlvmIrGemm in GetDotImplementationStrategy()
839 : DotImplementationStrategy::kEigen; in GetDotImplementationStrategy()
[all …]
Ddot_op_emitter_internal.h53 enum class DotImplementationStrategy { enum
81 DotImplementationStrategy GetDotImplementationStrategy(