OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:replace_with_type_
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/compiler/xla/service/
hlo_element_type_converter.cc
110
: eliminate_type_(eliminate_type),
replace_with_type_
(replace_with_type) {}
113
// eliminate_type_ to operations that use
replace_with_type_
.
118
if (eliminate_type_ ==
replace_with_type_
) {
164
//
replace_with_type_
.
168
operand = ToElementType(operand,
replace_with_type_
);
180
ShapeUtil::ChangeElementType(hlo->shape(),
replace_with_type_
);
187
replace_with_type_
);
hlo_element_type_converter.h
44
PrimitiveType
replace_with_type_
;
member in class:xla::HloElementTypeConverter
Completed in 63 milliseconds