Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dconvolution_group_converter.cc262 Shape convert_shape = new_filter->shape(); in HandleBatchGroupCount() local
263 convert_shape.set_element_type(F32); in HandleBatchGroupCount()
265 add(HloInstruction::CreateConvert(convert_shape, new_filter)); in HandleBatchGroupCount()