Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/svga/
Dsvga_pipe_query.c69 uint64_t begin_count, end_count; member
896 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 …]
/external/tensorflow/tensorflow/lite/kernels/
Dslice.cc180 op_params.begin_count = 4; \ in Eval()
/external/tensorflow/tensorflow/lite/kernels/internal/reference/
Dreference_ops.h3386 TFLITE_DCHECK_LE(op_params.begin_count, 4); in Slice()
3388 const int begin_count = op_params.begin_count; in Slice() local
3391 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()
Dlegacy_reference_ops.h2122 op_params.begin_count = 4; in Slice()
/external/tensorflow/tensorflow/python/training/
Dbasic_session_run_hooks_test.py64 self.begin_count = 0
71 self.begin_count += 1
86 'begin': self.begin_count,
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h6339 TFLITE_DCHECK_LE(op_params.begin_count, 4); in Slice()
6341 const int begin_count = op_params.begin_count; in Slice() local
6344 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()
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h6170 TFLITE_DCHECK_LE(op_params.begin_count, 4); in Slice()
6172 const int begin_count = op_params.begin_count; in Slice() local
6175 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()
Dlegacy_optimized_ops.h1843 op_params.begin_count = 4; in Slice()
/external/tensorflow/tensorflow/lite/kernels/internal/
Dtypes.h945 int8 begin_count; member
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/
Dtypes.h900 int8 begin_count; member