Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc162 struct SliceRanges { struct in xla::__anonc071bf1f0111::HloParser
280 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()