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(
529 case DotImplementationStrategy::kNaiveLlvmIr: in Emit()
533 case DotImplementationStrategy::kTiledLlvmIrGemv: in Emit()
537 case DotImplementationStrategy::kTiledLlvmIrGemm: in Emit()
541 case DotImplementationStrategy::kLinalgMatmul: in Emit()
544 case DotImplementationStrategy::kEigen: in Emit()
1013 DotImplementationStrategy GetDotImplementationStrategy( in GetDotImplementationStrategy()
1026 return DotImplementationStrategy::kTiledLlvmIrGemv; in GetDotImplementationStrategy()
1031 return DotImplementationStrategy::kTiledLlvmIrGemm; in GetDotImplementationStrategy()
[all …]
Ddot_op_emitter_internal.h53 enum class DotImplementationStrategy { enum
81 DotImplementationStrategy GetDotImplementationStrategy(