Searched refs:SliceRanges (Results 1 – 1 of 1) sorted by relevance
162 struct SliceRanges { struct in xla::__anon8590f6b60111::HloParser280 bool ParseSliceRanges(SliceRanges* result);1252 optional<SliceRanges> slice_ranges; in ParseInstructionRhs()2830 SliceRanges result; in ParseAttributeHelper()2834 static_cast<optional<SliceRanges>*>(attr_out_ptr)->emplace(result); in ParseAttributeHelper()3222 bool HloParser::ParseSliceRanges(SliceRanges* result) { in ParseSliceRanges()