Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc1252 optional<SliceRanges> slice_ranges; in ParseInstructionRhs() local
1253 attrs["slice"] = {/*required=*/true, AttrTy::kSliceRanges, &slice_ranges}; in ParseInstructionRhs()
1259 shape, operands[0], slice_ranges->starts, slice_ranges->limits, in ParseInstructionRhs()
1260 slice_ranges->strides)); in ParseInstructionRhs()