Searched defs:StridedSliceParams (Results 1 – 2 of 2) sorted by relevance
940 struct StridedSliceParams { struct941 int8 start_indices_count;942 int16 start_indices[4];943 int8 stop_indices_count;944 int16 stop_indices[4];945 int8 strides_count;946 int16 strides[4];948 int16 begin_mask;949 int16 ellipsis_mask;950 int16 end_mask;[all …]
985 struct StridedSliceParams { struct986 int8 start_indices_count;987 int16 start_indices[4];988 int8 stop_indices_count;989 int16 stop_indices[4];990 int8 strides_count;991 int16 strides[4];993 int16 begin_mask;994 int16 ellipsis_mask;995 int16 end_mask;[all …]