Searched refs:begin_count (Results 1 – 10 of 10) sorted by relevance
69 uint64_t begin_count, end_count; member896 sq->begin_count = svga->hud.num_draw_calls; in svga_begin_query()899 sq->begin_count = svga->hud.num_fallbacks; in svga_begin_query()902 sq->begin_count = svga->hud.num_flushes; in svga_begin_query()905 sq->begin_count = svga->hud.num_validations; in svga_begin_query()908 sq->begin_count = svga->hud.map_buffer_time; in svga_begin_query()911 sq->begin_count = svga->hud.num_buffers_mapped; in svga_begin_query()914 sq->begin_count = svga->hud.num_textures_mapped; in svga_begin_query()917 sq->begin_count = svga->hud.num_bytes_uploaded; in svga_begin_query()920 sq->begin_count = svga->hud.command_buffer_size; in svga_begin_query()[all …]
180 op_params.begin_count = 4; \ in Eval()
3386 TFLITE_DCHECK_LE(op_params.begin_count, 4); in Slice()3388 const int begin_count = op_params.begin_count; in Slice() local3391 const int start_b = 4 - begin_count > 0 ? 0 : op_params.begin[0]; in Slice()3395 const int start_h = begin_count < 3 ? 0 : op_params.begin[begin_count - 3]; in Slice()3399 const int start_w = begin_count < 2 ? 0 : op_params.begin[begin_count - 2]; in Slice()3403 const int start_d = begin_count < 1 ? 0 : op_params.begin[begin_count - 1]; in Slice()
2122 op_params.begin_count = 4; in Slice()
64 self.begin_count = 071 self.begin_count += 186 'begin': self.begin_count,
6339 TFLITE_DCHECK_LE(op_params.begin_count, 4); in Slice()6341 const int begin_count = op_params.begin_count; in Slice() local6344 const int start_b = 4 - begin_count > 0 ? 0 : op_params.begin[0]; in Slice()6348 const int start_h = begin_count < 3 ? 0 : op_params.begin[begin_count - 3]; in Slice()6352 const int start_w = begin_count < 2 ? 0 : op_params.begin[begin_count - 2]; in Slice()6356 const int start_d = begin_count < 1 ? 0 : op_params.begin[begin_count - 1]; in Slice()
6170 TFLITE_DCHECK_LE(op_params.begin_count, 4); in Slice()6172 const int begin_count = op_params.begin_count; in Slice() local6175 const int start_b = 4 - begin_count > 0 ? 0 : op_params.begin[0]; in Slice()6179 const int start_h = begin_count < 3 ? 0 : op_params.begin[begin_count - 3]; in Slice()6183 const int start_w = begin_count < 2 ? 0 : op_params.begin[begin_count - 2]; in Slice()6187 const int start_d = begin_count < 1 ? 0 : op_params.begin[begin_count - 1]; in Slice()
1843 op_params.begin_count = 4; in Slice()
945 int8 begin_count; member
900 int8 begin_count; member