/third_party/skia/third_party/externals/oboe/samples/RhythmGame/third_party/glm/detail/ |
D | type_gentype.inl | 11 typename base<vT, cT, rT, pT>::size_type base<vT, cT, rT, pT>::col_size() function in glm::detail::base 64 i < base<vT, cT, rT, pT>::col_size(); 83 i < base<vT, cT, rT, pT>::col_size(); 126 i < base<vT, cT, rT, pT>::col_size(); 144 i < base<vT, cT, rT, pT>::col_size(); 192 typename base<vT, cT, rT, pT>::size_type stop_col = x.col_size(); 208 typename base<vT, cT, rT, pT>::size_type stop_col = x.col_size(); 224 typename base<vT, cT, rT, pT>::size_type stop_col = x.col_size(); 240 typename base<vT, cT, rT, pT>::size_type stop_col = x.col_size(); 256 typename base<vT, cT, rT, pT>::size_type stop_col = x.col_size(); [all …]
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/fp32/ |
D | common_func_fp32.h | 80 …x3Stride1(float *output, const float *buffer, const float *weight, const float *bias, int col_size, 83 …x3Stride2(float *output, const float *buffer, const float *weight, const float *bias, int col_size,
|
D | reduce_fp32.c | 462 int ReduceSumDim2Axis0(size_t col_size, size_t col_len, size_t row_len, const float *src_data, floa… in ReduceSumDim2Axis0() argument 467 size_t block_mod = col_size % C8NUM; in ReduceSumDim2Axis0() 468 size_t block_c8 = col_size - block_mod; in ReduceSumDim2Axis0() 482 for (; k < col_size; k++) { in ReduceSumDim2Axis0()
|
D | reduce_fp32.h | 49 int ReduceSumDim2Axis0(size_t col_size, size_t col_len, size_t row_len, const float *src_data, floa…
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/nnacl/int8/ |
D | conv_depthwise_int8.c | 156 …dow(int8_t *output, const int8_t *buffer, const int16_t *weight, const int32_t *bias, int col_size, in ConvDw3x3Int8Window() argument 175 src_kw += col_size; in ConvDw3x3Int8Window() 205 buffer += col_size * stride; in ConvDw3x3Int8Window() 210 … int end_c, int col_size, int row_size, int channel, int output_h, int output_w, int8_t in_zp, in ConvDw3x3Int8Block() argument 216 …ConvDw3x3Int8Neon64(output, buffer, weight, bias, col_size, row_size, channel, output_h, output_w,… in ConvDw3x3Int8Block() 219 …ConvDw3x3Int8Stride2(output, buffer, weight, bias, col_size, row_size, channel, output_h, output_w… in ConvDw3x3Int8Block() 224 …ConvDw3x3Int8Window(output, buffer, weight, bias, col_size, row_size, channel, output_h, output_w,… in ConvDw3x3Int8Block()
|
/third_party/mindspore/mindspore/ccsrc/pybind_api/ir/ |
D | tensor_py.cc | 304 size_t hashmap_size, size_t col_size) { in MemCopyFromCacheToHost() argument 310 size_t single_col_bytes = param_type_size * col_size; in MemCopyFromCacheToHost()
|
/third_party/mindspore/mindspore/ccsrc/frontend/parallel/cache_embedding/ |
D | cache_embedding.cc | 143 size_t hashmap_size, size_t col_size) { in MemCopyFromHostToCache() argument 149 size_t single_col_bytes = param_type_size * col_size; in MemCopyFromHostToCache()
|
/third_party/mesa3d/src/compiler/ |
D | glsl_types.cpp | 2665 unsigned col_size, col_align; in get_explicit_type_for_size_align() local 2666 type_info(this->column_type(), &col_size, &col_align); in get_explicit_type_for_size_align() 2667 unsigned stride = align(col_size, col_align); in get_explicit_type_for_size_align()
|