Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.h138 mlir::NamedAttribute ConvertComparisonType(Comparison::Type type);
Dhlo_function_importer.cc337 attributes.push_back(ConvertComparisonType(compare->type())); in ImportInstructionImpl()
904 mlir::NamedAttribute HloFunctionImporter::ConvertComparisonType( in ConvertComparisonType() function in xla::HloFunctionImporter