Home
last modified time | relevance | path

Searched refs:top_data (Results 1 – 25 of 85) sorted by relevance

1234

/dports/games/d2x/d2x-0.2.5/main/
H A Dtexmerge.c329 ubyte * top_data, *bottom_data; in merge_textures_new() local
339 top_data = top_bmp->bm_data; in merge_textures_new()
350 gr_merge_textures( bottom_data, top_data, dest_data ); in merge_textures_new()
353 gr_merge_textures_1( bottom_data, top_data, dest_data ); in merge_textures_new()
356 gr_merge_textures_2( bottom_data, top_data, dest_data ); in merge_textures_new()
369 ubyte * top_data, *bottom_data; in merge_textures_super_xparent() local
379 top_data = top_bmp->bm_data; in merge_textures_super_xparent()
392 c = top_data[ 64*y+x ]; in merge_textures_super_xparent()
404 c = top_data[ 64*x+(63-y) ]; in merge_textures_super_xparent()
416 c = top_data[ 64*(63-y)+(63-x) ]; in merge_textures_super_xparent()
[all …]
/dports/math/add/add-20180401/
H A Dadd.c274 top_data = next; in FreeData()
1525 top_data = top_data->prev; in OpenLine()
1530 top_data = top_data->next; in OpenLine()
1537 ShowFrom(top_data); in OpenLine()
1670 top_data = np; in JumpBy()
1703 top_data = top_data->next; in ColonCommand()
1704 ShowFrom(top_data); in ColonCommand()
1771 ShowFrom(top_data); in ColonCommand()
1792 top_data = np; in ScreenMovement()
1804 ShowFrom(top_data); in ScreenMovement()
[all …]
/dports/misc/mnn/MNN-1.2.0/source/backend/tensorrt/execution/plugin/
H A DUnaryPlugin.cu118 float* top_data, cudaStream_t stream) { in UnaryExecute() argument
121 … SIGN<float><<<CAFFE_GET_BLOCKS(count), CUDA_NUM_THREADS>>>(count, bottom_data, top_data); in UnaryExecute()
123 …CAFFE_GET_BLOCKS(count), CUDA_NUM_THREADS>>>(count, (const __half*)bottom_data, (__half*)top_data); in UnaryExecute()
127 ERF<float><<<CAFFE_GET_BLOCKS(count), CUDA_NUM_THREADS>>>(count, bottom_data, top_data); in UnaryExecute()
129 …CAFFE_GET_BLOCKS(count), CUDA_NUM_THREADS>>>(count, (const __half*)bottom_data, (__half*)top_data); in UnaryExecute()
133 … HARDSWISH<float><<<CAFFE_GET_BLOCKS(count), CUDA_NUM_THREADS>>>(count, bottom_data, top_data); in UnaryExecute()
135 …CAFFE_GET_BLOCKS(count), CUDA_NUM_THREADS>>>(count, (const __half*)bottom_data, (__half*)top_data); in UnaryExecute()
H A DBinaryPlugin.cu98 …type, const int count, const T* bottom_data0, const T* bottom_data1, T* top_data, int s0, int s1, … in binary_template() argument
100 …<CAFFE_GET_BLOCKS(count), CUDA_NUM_THREADS>>>(count, bottom_data0, bottom_data1, top_data, s0, s1); in binary_template()
102 … SUB<T><<<CAFFE_GET_BLOCKS(count), CUDA_NUM_THREADS>>>(count, bottom_data0, bottom_data1, top_data, in binary_template()
105 … MUL<T><<<CAFFE_GET_BLOCKS(count), CUDA_NUM_THREADS>>>(count, bottom_data0, bottom_data1, top_data, in binary_template()
108 … POW<T><<<CAFFE_GET_BLOCKS(count), CUDA_NUM_THREADS>>>(count, bottom_data0, bottom_data1, top_data, in binary_template()
111 … DIV<T><<<CAFFE_GET_BLOCKS(count), CUDA_NUM_THREADS>>>(count, bottom_data0, bottom_data1, top_data, in binary_template()
115 top_data, s0, s1); in binary_template()
118 top_data, s0, s1); in binary_template()
120 …<CAFFE_GET_BLOCKS(count), CUDA_NUM_THREADS>>>(count, bottom_data0, bottom_data1, top_data, s0, s1); in binary_template()
H A DScatterNdPlugin.cu71 … const int accNumber, const float* indice, const void* update, void* top_data, in ScatterNdExecute() argument
75 …o<float><<<CAFFE_GET_BLOCKS(outElementSize), CUDA_NUM_THREADS>>>(outElementSize, (float*)top_data); in ScatterNdExecute()
77 …LastDim, accNumber, (const float*)indice, (const float*)update, (float*)top_data, dimsToCount, cuL… in ScatterNdExecute()
79 …__half><<<CAFFE_GET_BLOCKS(outElementSize), CUDA_NUM_THREADS>>>(outElementSize, (__half*)top_data); in ScatterNdExecute()
81 …tDim, accNumber, (const __half*)indice, (const __half*)update, (__half*)top_data, dimsToCount, cuL… in ScatterNdExecute()
H A DInterpPlugin.cu49 … const int outputHeight, const int outputWidth, const float* bottom_data, float* top_data, in InterpExecute() argument
55 (const float*)bottom_data, (float*)top_data); in InterpExecute()
59 (const __half*)bottom_data, (__half*)top_data); in InterpExecute()
65 heightOffset, widthOffset, (const float*)bottom_data, (float*)top_data); in InterpExecute()
69 heightOffset, widthOffset, (const __half*)bottom_data, (__half*)top_data); in InterpExecute()
H A DGatherPlugin.cu27 float* top_data, cudaStream_t stream) { in GatherExecute() argument
29 …tputOutsideStride, mInputOutsideStride, mN, mLimit, mInsideStride, bottom_data, indices, top_data); in GatherExecute()
31 … mN, mLimit, mInsideStride, (const __half*)bottom_data, (const __half*)indices, (__half*)top_data); in GatherExecute()
H A DScalePlugin.cu27 … float* top_data, const float* scale, const float* bias, cudaStream_t stream) { in ScaleExecute() argument
29 …<float><<<CAFFE_GET_BLOCKS(count), CUDA_NUM_THREADS>>>(count, channels, dim, bottom_data, top_data, in ScaleExecute()
32 …KS(count), CUDA_NUM_THREADS>>>(count, channels, dim, (const __half*)bottom_data, (__half*)top_data, in ScaleExecute()
H A DPreluPlugin.cu29 … float* top_data, void* mDeviceKernel, const int div_factor, cudaStream_t stream) { in PReLUExecute() argument
32 …count, channels, dim, bottom_data, top_data, static_cast<const float*>(mDeviceKernel), div_factor); in PReLUExecute()
35 …count, channels, dim, (const __half*)bottom_data, (__half*)top_data, static_cast<const float*>(mDe… in PReLUExecute()
H A DLayerNormPlugin.cu60 … float* top_data, const float* gamma, const float* beta, cudaStream_t stream) { in LayerNormExecute() argument
63 …OCKS(outter_size_), CUDA_NUM_THREADS>>>(outter_size_, inner_size_, mEpsilon, bottom_data, top_data, in LayerNormExecute()
66 …_NUM_THREADS>>>(outter_size_, inner_size_, mEpsilon, (const __half*)bottom_data, (__half*)top_data, in LayerNormExecute()
H A DUnaryPlugin.cpp29 float *top_data = reinterpret_cast<float *>(outputs[0]); in onEnqueue() local
30 return UnaryExecute(dataType, mCount, bottom_data, top_data, stream); in onEnqueue()
H A DGatherPlugin.cpp31 float *top_data = reinterpret_cast<float *>(outputs[0]); in onEnqueue() local
38 return GatherExecute(dataType, mCount, bottom_data, indices, top_data, stream); in onEnqueue()
H A DScatterNdPlugin.cpp31 void *top_data = reinterpret_cast<void *>(outputs[0]); in onEnqueue() local
35 …rNdExecute(dataType, count, mOutElementSize, mIndicesLastDim, mAccNumber, indice, update, top_data, in onEnqueue()
/dports/games/dxx-rebirth/dxx-rebirth_20211220-src/similar/main/
H A Dtexmerge.cpp123 static void merge_textures_case(const unsigned wh, const uint8_t *const top_data, const uint8_t *co… in merge_textures_case() argument
129 const auto c = top_data[get_index::get_top_data_index(wh, y, x)]; in merge_textures_case()
148 const auto &top_data = expanded_top_bmp.bm_data; in merge_textures() local
154 merge_textures_case<texture_transform, merge_texture_0>(wh, top_data, bottom_data, dest_data); in merge_textures()
157 merge_textures_case<texture_transform, merge_texture_1>(wh, top_data, bottom_data, dest_data); in merge_textures()
160 merge_textures_case<texture_transform, merge_texture_2>(wh, top_data, bottom_data, dest_data); in merge_textures()
163 merge_textures_case<texture_transform, merge_texture_3>(wh, top_data, bottom_data, dest_data); in merge_textures()
/dports/science/py-chainer/chainer-7.8.0/chainer/functions/pooling/
H A Droi_max_pooling_2d.py96 top_data = numpy.full(
99 self.argmax_data = - numpy.ones(top_data.shape, numpy.int32)
125 top_data[i_roi, :, outh, outw] =\
135 return top_data,
144 top_data = cuda.cupy.empty((n_rois, channels, self.outh,
146 self.argmax_data = cuda.cupy.empty(top_data.shape, numpy.int32)
209 self.outh, self.outw, top_data, self.argmax_data)
211 return top_data,
H A Droi_pooling_2d.py78 top_data = numpy.zeros((n_rois, channels, self.outh, self.outw),
80 self.argmax_data = numpy.zeros(top_data.shape, numpy.int32)
105 top_data[i_roi, :, outh, outw] =\
115 return top_data,
124 top_data = cuda.cupy.empty((n_rois, channels, self.outh,
126 self.argmax_data = cuda.cupy.empty(top_data.shape, numpy.int32)
189 self.outh, self.outw, bottom_rois, top_data,
192 return top_data,
H A Droi_max_align_2d.py94 top_data = numpy.empty((n_rois, channels, self.outh,
96 self.argmax_data = numpy.empty(top_data.shape, numpy.int32)
101 for i in six.moves.range(top_data.size):
169 top_data[n, c, ph, pw] = max_val
172 return top_data,
181 top_data = cuda.cupy.empty((n_rois, channels, self.outh,
183 self.argmax_data = cuda.cupy.empty(top_data.shape, numpy.int32)
296 bottom_rois, bottom_roi_indices, top_data, self.argmax_data)
298 return top_data,
H A Droi_average_pooling_2d.py96 top_data = numpy.zeros((n_rois, channels, self.outh, self.outw),
123 top_data[i_roi, :, outh, outw] =\
126 return top_data,
135 top_data = cuda.cupy.empty((n_rois, channels, self.outh,
194 channels, height, width, self.outh, self.outw, top_data)
196 return top_data,
H A Droi_average_align_2d.py155 top_data = numpy.empty((n_rois, channels, self.outh,
161 for i in six.moves.range(top_data.size):
226 top_data[n, c, ph, pw] = output_val
228 return top_data,
237 top_data = cuda.cupy.empty((n_rois, channels, self.outh,
345 bottom_rois, bottom_roi_indices, top_data)
347 return top_data,
/dports/sysutils/conky-awesome/conky-1.12.2/src/
H A Dtop.cc441 struct top_data { struct
455 auto *td = static_cast<struct top_data *>(obj->data.opaque); in print_top_name() argument
476 auto *td = static_cast<struct top_data *>(obj->data.opaque); in print_top_mem()
491 auto *td = static_cast<struct top_data *>(obj->data.opaque); in print_top_time()
508 auto *td = static_cast<struct top_data *>(obj->data.opaque); in print_top_user()
527 struct top_data *td = (struct top_data *)obj->data.opaque; \
535 struct top_data *td = (struct top_data *)obj->data.opaque; \
552 auto *td = static_cast<struct top_data *>(obj->data.opaque); in PRINT_TOP_HR_GENERATOR()
560 struct top_data *td; in parse_top_args()
570 static_cast<struct top_data *>(malloc(sizeof(struct top_data))); in parse_top_args()
[all …]
/dports/sysutils/conky/conky-1.12.2/src/
H A Dtop.cc441 struct top_data { struct
455 auto *td = static_cast<struct top_data *>(obj->data.opaque); in print_top_name() argument
476 auto *td = static_cast<struct top_data *>(obj->data.opaque); in print_top_mem()
491 auto *td = static_cast<struct top_data *>(obj->data.opaque); in print_top_time()
508 auto *td = static_cast<struct top_data *>(obj->data.opaque); in print_top_user()
527 struct top_data *td = (struct top_data *)obj->data.opaque; \
535 struct top_data *td = (struct top_data *)obj->data.opaque; \
552 auto *td = static_cast<struct top_data *>(obj->data.opaque); in PRINT_TOP_HR_GENERATOR()
560 struct top_data *td; in parse_top_args()
570 static_cast<struct top_data *>(malloc(sizeof(struct top_data))); in parse_top_args()
[all …]
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/src/operator/
H A Droi_pooling.cu39 const Dtype* bottom_rois, Dtype* top_data, in ROIPoolForwardKernel() argument
54 top_data[index] = 0; in ROIPoolForwardKernel()
103 top_data[index] = maxval; in ROIPoolForwardKernel()
116 Dtype *top_data = out.dptr_; in ROIPoolForward() local
132 pooled_height, pooled_width, bottom_rois, top_data, argmax_data); in ROIPoolForward()
/dports/misc/mxnet/incubator-mxnet-1.9.0/src/operator/
H A Droi_pooling.cu39 const Dtype* bottom_rois, Dtype* top_data, in ROIPoolForwardKernel() argument
54 top_data[index] = 0; in ROIPoolForwardKernel()
103 top_data[index] = maxval; in ROIPoolForwardKernel()
116 Dtype *top_data = out.dptr_; in ROIPoolForward() local
132 pooled_height, pooled_width, bottom_rois, top_data, argmax_data); in ROIPoolForward()
/dports/www/ilias/ILIAS-5.4.25/Modules/Forum/classes/
H A Dclass.ilObjForum.php798 $top_data = array(
829 $top_data['top_frm_fk'],
830 $top_data['top_name'],
831 $top_data['top_description'],
832 $top_data['top_num_posts'],
833 $top_data['top_num_threads'],
834 $top_data['top_last_post'],
835 $top_data['top_mods'],
836 $top_data['top_date'],
837 $top_data['top_usr_id']
/dports/www/ilias6/ILIAS-6.14/Modules/Forum/classes/
H A Dclass.ilObjForum.php798 $top_data = array(
829 $top_data['top_frm_fk'],
830 $top_data['top_name'],
831 $top_data['top_description'],
832 $top_data['top_num_posts'],
833 $top_data['top_num_threads'],
834 $top_data['top_last_post'],
835 $top_data['top_mods'],
836 $top_data['top_date'],
837 $top_data['top_usr_id']

1234