/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
H A D | conv_constants.h | 37 const int dst_depth = DivideRoundUp(weights.shape.o, 4); in RearrangeWeightsForConvConstants() local 74 const int dst_depth = DivideRoundUp(weights.shape.o, 4); in RearrangeWeightsForConvConstantsDot() local 114 const int dst_depth = DivideRoundUp(weights.shape.o, 4); in UploadWeightsForConvConstants() local
|
H A D | conv_generic.cc | 1458 int dst_depth, bool x_kernel_is_1, bool y_kernel_is_1, in GuessBestParamsApple() 1471 int dst_depth, bool x_kernel_is_1, bool y_kernel_is_1, in GuessBestParams() 1825 const int dst_depth = DivideRoundUp(attr.weights.shape.o, 4); in GuessBestParams() local 1842 const int dst_depth = DivideRoundUp(attr.weights.shape.o, 4); in GuessBestParams() local 1878 const int dst_depth = DivideRoundUp(weights_shape.b, 4); in GuessBestParams() local 1893 const int dst_depth = DivideRoundUp(attr.weights.shape.o, 4); in GuessBestParams() local 1907 const int dst_depth = DivideRoundUp(weights_shape.o, 4); in GuessBestParamsPointwise() local
|
H A D | fully_connected.h | 97 const int dst_depth = DivideRoundUp(dst_channels, 4); in RearrangeFCWeightsToOIO4I4() local 160 const int dst_depth = DivideRoundUp(weights.shape.o, 4); in UploadWeights() local
|
H A D | fully_connected.cc | 41 const int dst_depth = DivideRoundUp(weights.shape.o, 4); in RearrangeFCWeightsToOIO4I4() local 201 const int dst_depth = DivideRoundUp(weights.shape.o, 4); in UploadQuantizedWeights() local
|
H A D | conv_constants.cc | 216 const int dst_depth = DivideRoundUp(dst_channels, 4); in IsDotConvBetter() local 242 const int dst_depth = DivideRoundUp(w_shape.o, 4); in IsConvConstantsSupported() local
|
H A D | convolution_transposed.cc | 65 const int dst_depth = DivideRoundUp(attr.weights.shape.o, 4); in ConvolutionTransposed() local 110 const int dst_depth = DivideRoundUp(attr.weights.shape.o, 4); in ConvolutionTransposed() local
|
H A D | convolution_transposed_3x3_thin.cc | 79 int dst_depth) { in GenerateConvolutionTransposedCode()
|
H A D | depthwise_conv.h | 120 const int dst_depth = DivideRoundUp(dst_channels, 4); in RearrangeWeightsForDWConv2D() local
|
H A D | conv_weights_converter_test_util.cc | 76 const int dst_depth = AlignByN(DivideRoundUp(weights.shape.o, 4), in ConvolutionWeightsConverterTest() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/ |
H A D | fc_fc_add.h | 76 const int dst_depth = DivideRoundUp(dst_channels, 4); in RearrangeFCWeightsToOIO4I4() local 142 const int dst_depth = DivideRoundUp(weights.shape.o, 4); in UploadWeights() local
|
H A D | fc_fc_add.cc | 39 const int dst_depth = DivideRoundUp(weights.shape.o, 4); in RearrangeFCWeightsToOIO4I4() local 232 const int dst_depth = DivideRoundUp(weights.shape.o, 4); in UploadQuantizedWeights() local
|
H A D | conv_pointwise.cc | 183 const int dst_depth = DivideRoundUp(dst_channels, 4); in CreateConvPointwise() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
H A D | util.h | 41 const int dst_depth = dst.size(); in CopyLinearFLT4() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
H A D | fully_connected.cc | 46 const int dst_depth = DivideRoundUp(attr.weights.shape.o, 4); in GenerateCode() local
|
H A D | conv.cc | 244 auto dst_depth = DivideRoundUp(ctx.output_shapes[0][3], 4); in GenerateCode() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cStencilTexturingTests.cpp | 1158 GLfloat dst_depth = 0.0f; in verifyTexture() local 1178 GLfloat dst_depth = 0.0f; in verifyTexture() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
H A D | weights_conversion.cc | 53 const int dst_depth = in Get2dResourceSize() local
|
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/ |
H A D | ClDirectConv3dKernel.cpp | 108 const size_t dst_depth = dst->dimension(3); in configure() local
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | Conv3D.cpp | 199 const unsigned int dst_depth = dst.shape()[depth_dim]; in conv3d() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_fs_visitor.cpp | 446 const elk_fs_reg dst_depth = fetch_payload_reg(bld, fs_payload().dest_depth_reg); in emit_single_fb_write() local
|
H A D | elk_lower_logical_sends.cpp | 157 const elk_fs_reg dst_depth = inst->src[FB_WRITE_LOGICAL_SRC_DST_DEPTH]; in lower_fb_write_logical_send() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
H A D | convert.cc | 135 const int dst_depth = DivideRoundUp(shape.o, 4); in ConvertToPHWO4I4() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/ |
H A D | operation_selector.cc | 56 const int dst_depth = DivideRoundUp(attr.weights.shape.o, 4); in IsRecommendedForWinograd4x4To6x6() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_compile_fs.cpp | 31 const brw_reg dst_depth = fetch_payload_reg(bld, s.fs_payload().dest_depth_reg); in brw_emit_single_fb_write() local
|
/aosp_15_r20/external/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | si_test_image_copy_region.c | 767 int src_width, src_height, src_depth, dst_width, dst_height, dst_depth; in si_test_blit() local
|