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.cc86 enum class DotImplementationStrategy { enum
117 DotImplementationStrategy GetDotImplementationStrategy(
567 case DotImplementationStrategy::kNaiveLlvmIr: in Emit()
571 case DotImplementationStrategy::kTiledLlvmIrGemv: in Emit()
575 case DotImplementationStrategy::kTiledLlvmIrGemm: in Emit()
579 case DotImplementationStrategy::kLinalgMatmul: in Emit()
582 case DotImplementationStrategy::kEigen: in Emit()
1196 DotImplementationStrategy GetDotImplementationStrategy( in GetDotImplementationStrategy()
1209 return DotImplementationStrategy::kTiledLlvmIrGemv; in GetDotImplementationStrategy()
1223 return DotImplementationStrategy::kNaiveLlvmIr; in GetDotImplementationStrategy()
[all …]
Ddot_op_emitter_internal.h53 enum class DotImplementationStrategy { enum
81 DotImplementationStrategy GetDotImplementationStrategy(