Searched defs:stop_index (Results 1 – 6 of 6) sorted by relevance
43 def __init__(self, start_index, stop_index): argument
142 def stop_index(self) -> Tuple[int, int]: member in PacketFilter
15 u32 stop_index = -1; variable
225 attr_accessor :stop_index accessor530 def stop_index method in ANTLR3.CommonTree
941 def get_captured_checksums(self, start_index=0, stop_index=None): argument
1702 int stop_index = tflite::strided_slice::StopForAxis( in ProcessStridedSliceOperator() local