Home
last modified time | relevance | path

Searched defs:dst_slices (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dweights_conversion.h41 const int dst_slices = DivideRoundUp(weights.shape.o, 4); in RearrangeWeightsToOHWIOGroupI4O4() local
77 const int dst_slices = DivideRoundUp(weights.shape.o, 4); in RearrangeWeightsToODHWIOGroupI4O4() local
115 const int dst_slices = DivideRoundUp(weights.shape.o, 4); in RearrangeWeightsToOHWIOGroupO4I4() local
151 const int dst_slices = DivideRoundUp(weights.shape.o, 4); in RearrangeWeightsToODHWIOGroupO4I4() local
189 const int dst_slices = DivideRoundUp(weights.shape.o, 4); in RearrangeWeightsToI4HWIOOGroupO4() local
225 const int dst_slices = DivideRoundUp(weights.shape.o, 4); in RearrangeWeightsToI4DHWIOOGroupO4() local
263 const int dst_slices = DivideRoundUp(weights.shape.o, 4); in RearrangeWeightsToO4HWIOOGroupI4() local
299 const int dst_slices = DivideRoundUp(weights.shape.o, 4); in RearrangeWeightsToO4DHWIOOGroupI4() local
337 const int dst_slices = DivideRoundUp(weights.shape.o, 4); in RearrangeWeightsToOICustomSpatialI4O4() local
373 const int dst_slices = DivideRoundUp(weights.shape.o, 4); in RearrangeWeightsToOICustomSpatialI4O4() local
[all …]
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Ddepthwise_conv.h149 const int dst_slices = DivideRoundUp(dst_channels, 4); in UploadWeightsForDWConv2D() local
188 const int dst_slices = DivideRoundUp(dst_channels, 4); in RearrangeWeightsForDWConv3D() local
220 const int dst_slices = DivideRoundUp(dst_channels, 4); in UploadWeightsForDWConv3D() local
Dconv_generic.cc183 const int dst_slices = DivideRoundUp(attr.weights.shape.o, 4); in ConvGeneric() local
1138 const int dst_slices = DivideRoundUp(dst_shape.c, 4); in GetGroupsCount() local
1150 const int dst_slices = DivideRoundUp(dst_shape.c, 4); in GetGroupsCountForLinearWH() local
1162 const int dst_slices = DivideRoundUp(dst_shape.c, 4); in GetGroupsCountForLinearWHS() local
1241 const int dst_slices = DivideRoundUp(dst_shape.c, 4); in GetConvParamsForA7A8() local
1375 const int dst_slices = DivideRoundUp(dst_shape.c, 4); in GetConvParamsForA9AndHigher() local
Dconv_metal_simd.cc539 const int dst_slices = DivideRoundUp(attr.weights.shape.o, 4); in IsConvolutionMetalSimdSupported() local
/external/grpc-grpc/test/core/util/
Dslice_splitter.cc42 size_t src_slice_count, grpc_slice** dst_slices, in grpc_split_slices()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/
Ddepthwise_conv_plus_1x1_conv.cc507 const int dst_slices = DivideRoundUp(attr.weights.shape.o, 4); in AddConvNode() local
570 const int dst_slices = DivideRoundUp(dst_shape.c, 4); in Finalize() local
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp2537 uint32_t dst_slices = in PreCallValidateCmdCopyImage() local