Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/xla/
Dhlo_function_importer.h152 mlir::NamedAttribute ConvertChannelHandle(
156 mlir::NamedAttribute ConvertChannelHandle(const xla::ChannelHandle& channel);
Dhlo_function_importer.cc558 attributes.push_back(ConvertChannelHandle(all_reduce->channel_id())); in ImportInstructionImpl()
974 mlir::NamedAttribute HloFunctionImporter::ConvertChannelHandle( in ConvertChannelHandle() function in xla::HloFunctionImporter
978 return ConvertChannelHandle(channel_handle); in ConvertChannelHandle()
981 mlir::NamedAttribute HloFunctionImporter::ConvertChannelHandle( in ConvertChannelHandle() function in xla::HloFunctionImporter