Home
last modified time | relevance | path

Searched refs:src_slices (Results 1 – 7 of 7) sorted by relevance

/external/grpc-grpc/test/core/util/
Dslice_splitter.cc39 void grpc_split_slices(grpc_slice_split_mode mode, grpc_slice* src_slices, in grpc_split_slices() argument
51 (*dst_slices)[i] = src_slices[i]; in grpc_split_slices()
59 length += GRPC_SLICE_LENGTH(src_slices[i]); in grpc_split_slices()
66 GRPC_SLICE_START_PTR(src_slices[i]), in grpc_split_slices()
67 GRPC_SLICE_LENGTH(src_slices[i])); in grpc_split_slices()
68 length += GRPC_SLICE_LENGTH(src_slices[i]); in grpc_split_slices()
74 length += GRPC_SLICE_LENGTH(src_slices[i]); in grpc_split_slices()
81 for (j = 0; j < GRPC_SLICE_LENGTH(src_slices[i]); j++) { in grpc_split_slices()
82 (*dst_slices)[length] = grpc_slice_sub(src_slices[i], j, j + 1); in grpc_split_slices()
91 grpc_slice* src_slices, size_t src_slice_count, in grpc_split_slices_to_buffer() argument
[all …]
Dslice_splitter.h39 void grpc_split_slices(grpc_slice_split_mode mode, grpc_slice* src_slices,
44 grpc_slice* src_slices, size_t src_slice_count,
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dweights_conversion.h40 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToOHWIOGroupI4O4() local
47 for (int s = 0; s < src_slices; ++s) { in RearrangeWeightsToOHWIOGroupI4O4()
76 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToOHWIOGroupO4I4() local
83 for (int s = 0; s < src_slices; ++s) { in RearrangeWeightsToOHWIOGroupO4I4()
112 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToODHWIOGroupI4O4() local
120 for (int s = 0; s < src_slices; ++s) { in RearrangeWeightsToODHWIOGroupI4O4()
150 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToI4HWIOOGroupO4() local
157 for (int s = 0; s < src_slices; ++s) { in RearrangeWeightsToI4HWIOOGroupO4()
186 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToO4HWIOOGroupI4() local
193 for (int s = 0; s < src_slices; ++s) { in RearrangeWeightsToO4HWIOOGroupI4()
[all …]
/external/crosvm/rutabaga_gfx/src/
Drutabaga_2d.rs203 let mut src_slices = Vec::with_capacity(iovecs.len()); in transfer_write() localVariable
207 src_slices.push(slice); in transfer_write()
228 src_slices.iter().cloned(), in transfer_write()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_metal.cc695 const int src_slices = DivideRoundUp(attr.weights.shape.i, 4); in GetConvParamsForA7A8() local
754 if (params.src_depth_loop_size == src_slices) { in GetConvParamsForA7A8()
775 const int src_slices = DivideRoundUp(attr.weights.shape.i, 4); in GetConvParamsForA9AndHigher() local
827 if (src_slices % 4 == 0) { in GetConvParamsForA9AndHigher()
829 } else if (src_slices % 2 == 0) { in GetConvParamsForA9AndHigher()
833 if (src_slices % 2 == 0) { in GetConvParamsForA9AndHigher()
837 if (params.src_depth_loop_size == src_slices) { in GetConvParamsForA9AndHigher()
858 const int src_slices = DivideRoundUp(attr.weights.shape.i, 4); in GetConvParamsForIntel() local
881 if (src_slices % 2 == 0) { in GetConvParamsForIntel()
Dconv_powervr.h303 const int src_slices = DivideRoundUp(weights.shape.i, 4); in UploadWeights() local
306 weights.shape.w * src_slices * dst_slices * 4; in UploadWeights()
344 src_slices * weights.shape.d * weights.shape.h * weights.shape.w; in UploadWeights()
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp2534 uint32_t src_slices = in PreCallValidateCmdCopyImage() local
2540 if (src_slices != dst_slices) { in PreCallValidateCmdCopyImage()