Searched defs:original_type (Results 1 – 8 of 8) sorted by relevance
73 Type original_type = NodeProperties::GetType(node); in Reduce() local
46 Type const original_type = NodeProperties::GetType(original); in ReplaceNode() local
51 int original_type() const { return original_type_; } in original_type() function
104 auto original_type = hlo->shape().element_type(); in ChangeOutputTypeThenInsertConvertBack() local
721 analysis::Type* original_type = type_mgr->GetType(original_type_id); in GenerateCopy() local
877 void TypeManager::ReplaceType(Type* new_type, Type* original_type) { in ReplaceType()
874 void TypeManager::ReplaceType(Type* new_type, Type* original_type) { in ReplaceType()