Home
last modified time | relevance | path

Searched defs:src_slices (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
H A Dweights_conversion.h42 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToOHWIOGroupI4O4() local
78 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToODHWIOGroupI4O4() local
116 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToOHWIOGroupO4I4() local
152 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToODHWIOGroupO4I4() local
190 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToI4HWIOOGroupO4() local
226 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToI4DHWIOOGroupO4() local
264 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToO4HWIOOGroupI4() local
300 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToO4DHWIOOGroupI4() local
338 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToOICustomSpatialI4O4() local
374 const int src_slices = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsToOICustomSpatialI4O4() local
[all …]
/aosp_15_r20/external/grpc-grpc/test/core/util/
H A Dslice_splitter.cc41 void grpc_split_slices(grpc_slice_split_mode mode, grpc_slice* src_slices, in grpc_split_slices()
93 grpc_slice* src_slices, size_t src_slice_count, in grpc_split_slices_to_buffer()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
H A Dconv_generic.cc182 const int src_slices = DivideRoundUp(attr.weights.shape.i, 4); in ConvGeneric() local
1239 bool y_kernel_is_1, int src_slices, in GetConvParamsForA7A8()
1373 int src_slices, in GetConvParamsForA9AndHigher()
H A Dsplit.cc155 const int src_slices = DivideRoundUp(src_channels, 4); in GetSplitChannelsCode() local
H A Dconv_metal_simd.cc538 const int src_slices = DivideRoundUp(attr.weights.shape.i, 4); in IsConvolutionMetalSimdSupported() local
/aosp_15_r20/external/crosvm/rutabaga_gfx/src/
H A Drutabaga_2d.rs213 let mut src_slices = Vec::with_capacity(iovecs.len()); in transfer_write() localVariable
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/
H A Ddepthwise_conv_plus_1x1_conv.cc506 const int src_slices = DivideRoundUp(attr.weights.shape.i, 4); in AddConvNode() local
/aosp_15_r20/external/vulkan-validation-layers/layers/
H A Dbuffer_validation.cpp2534 uint32_t src_slices = in PreCallValidateCmdCopyImage() local