Searched refs:src_slices (Results 1 – 9 of 9) sorted by relevance
/external/grpc-grpc/test/core/util/ |
D | slice_splitter.cc | 41 void grpc_split_slices(grpc_slice_split_mode mode, grpc_slice* src_slices, in grpc_split_slices() argument 53 (*dst_slices)[i] = src_slices[i]; in grpc_split_slices() 61 length += GRPC_SLICE_LENGTH(src_slices[i]); in grpc_split_slices() 68 GRPC_SLICE_START_PTR(src_slices[i]), in grpc_split_slices() 69 GRPC_SLICE_LENGTH(src_slices[i])); in grpc_split_slices() 70 length += GRPC_SLICE_LENGTH(src_slices[i]); in grpc_split_slices() 76 length += GRPC_SLICE_LENGTH(src_slices[i]); in grpc_split_slices() 83 for (j = 0; j < GRPC_SLICE_LENGTH(src_slices[i]); j++) { in grpc_split_slices() 84 (*dst_slices)[length] = grpc_slice_sub(src_slices[i], j, j + 1); in grpc_split_slices() 93 grpc_slice* src_slices, size_t src_slice_count, in grpc_split_slices_to_buffer() argument [all …]
|
D | slice_splitter.h | 40 void grpc_split_slices(grpc_slice_split_mode mode, grpc_slice* src_slices, 45 grpc_slice* src_slices, size_t src_slice_count,
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
D | weights_conversion.h | 42 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToOHWIOGroupI4O4() local 49 for (int s = 0; s < src_slices; ++s) { in RearrangeWeightsToOHWIOGroupI4O4() 78 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToODHWIOGroupI4O4() local 86 for (int s = 0; s < src_slices; ++s) { in RearrangeWeightsToODHWIOGroupI4O4() 116 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToOHWIOGroupO4I4() local 123 for (int s = 0; s < src_slices; ++s) { in RearrangeWeightsToOHWIOGroupO4I4() 152 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToODHWIOGroupO4I4() local 160 for (int s = 0; s < src_slices; ++s) { in RearrangeWeightsToODHWIOGroupO4I4() 190 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToI4HWIOOGroupO4() local 197 for (int s = 0; s < src_slices; ++s) { in RearrangeWeightsToI4HWIOOGroupO4() [all …]
|
/external/crosvm/rutabaga_gfx/src/ |
D | rutabaga_2d.rs | 215 let mut src_slices = Vec::with_capacity(iovecs.len()); in transfer_write() localVariable 220 src_slices.push(slice); in transfer_write() 241 &src_slices, in transfer_write()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | split.cc | 155 const int src_slices = DivideRoundUp(src_channels, 4); in GetSplitChannelsCode() local 161 for (int s = 0; s < src_slices; ++s) { in GetSplitChannelsCode()
|
D | conv_generic.cc | 182 const int src_slices = DivideRoundUp(attr.weights.shape.i, 4); in ConvGeneric() local 194 args_.AddInt("src_group_size", src_slices); in ConvGeneric() 1239 bool y_kernel_is_1, int src_slices, in GetConvParamsForA7A8() argument 1344 if (src_slices % 4 == 0) { in GetConvParamsForA7A8() 1346 } else if (src_slices % 2 == 0) { in GetConvParamsForA7A8() 1350 if (src_slices % 2 == 0) { in GetConvParamsForA7A8() 1354 if (params.src_depth_loop_size == src_slices) { in GetConvParamsForA7A8() 1373 int src_slices, in GetConvParamsForA9AndHigher() argument 1430 if (src_slices % 4 == 0) { in GetConvParamsForA9AndHigher() 1432 } else if (src_slices % 2 == 0) { in GetConvParamsForA9AndHigher() [all …]
|
D | conv_metal_simd.cc | 538 const int src_slices = DivideRoundUp(attr.weights.shape.i, 4); in IsConvolutionMetalSimdSupported() local 540 return genuine_1x1 && src_slices % 4 == 0 && dst_slices % 16 == 0; in IsConvolutionMetalSimdSupported()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/ |
D | depthwise_conv_plus_1x1_conv.cc | 506 const int src_slices = DivideRoundUp(attr.weights.shape.i, 4); in AddConvNode() local 520 for (int s = 0; s < src_slices; ++s) { in AddConvNode()
|
/external/vulkan-validation-layers/layers/ |
D | buffer_validation.cpp | 2534 uint32_t src_slices = in PreCallValidateCmdCopyImage() local 2540 if (src_slices != dst_slices) { in PreCallValidateCmdCopyImage()
|