Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc543 auto dot_op = cast<mhlo::DotOp>(old_op); in ConvertDotOp() local
544 auto lhs_rank = dot_op.lhs().getType().cast<ShapedType>().getRank(); in ConvertDotOp()
552 return ConvertDot(rewriter, dot_op.lhs(), dot_op.rhs(), dot_dimension_numbers, in ConvertDotOp()
553 dot_op.getResult().getType().cast<ShapedType>(), in ConvertDotOp()
554 dot_op.getLoc()); in ConvertDotOp()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DVOP3PInstructions.td283 multiclass DotPats<SDPatternOperator dot_op,
287 (dot_op (dot_inst.Pfl.Src0VT (VOP3PMods0 dot_inst.Pfl.Src0VT:$src0, i32:$src0_modifiers)),
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dlegalize_to_linalg.cc1078 DotOperationType GetDotOperationType(mhlo::DotOp dot_op) { in GetDotOperationType() argument
1080 dot_op.lhs().getType().cast<ShapedType>().getShape(); in GetDotOperationType()
1082 dot_op.rhs().getType().cast<ShapedType>().getShape(); in GetDotOperationType()