Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dattribute_importer.h41 mlir::mhlo::DotDimensionNumbers ConvertDotDimensionNumbers(
Dattribute_importer.cc80 mlir::mhlo::DotDimensionNumbers ConvertDotDimensionNumbers( in ConvertDotDimensionNumbers() function
Dhlo_function_importer.cc302 ConvertDotDimensionNumbers(instruction->dot_dimension_numbers(), in ImportInstructionImpl()
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc385 ConvertDotDimensionNumbers(dimension_number, &builder_), in DotGeneralInternal()
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dmhlo_to_lhlo_with_xla.cc1267 dot.dot_dimension_numbersAttr(xla::ConvertDotDimensionNumbers( in EmitDotOp()