Searched defs:dst_slices (Results 1 – 7 of 7) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
D | weights_conversion.h | 41 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/ |
D | depthwise_conv.h | 149 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
|
D | conv_generic.cc | 183 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
|
D | conv_metal_simd.cc | 539 const int dst_slices = DivideRoundUp(attr.weights.shape.o, 4); in IsConvolutionMetalSimdSupported() local
|
/external/grpc-grpc/test/core/util/ |
D | slice_splitter.cc | 42 size_t src_slice_count, grpc_slice** dst_slices, in grpc_split_slices()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/ |
D | depthwise_conv_plus_1x1_conv.cc | 507 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/ |
D | buffer_validation.cpp | 2537 uint32_t dst_slices = in PreCallValidateCmdCopyImage() local
|