Home
last modified time | relevance | path

Searched defs:dst_depth (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_constants.h37 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
Dfully_connected.h97 const int dst_depth = DivideRoundUp(dst_channels, 4); in RearrangeFCWeightsToOIO4I4() local
160 const int dst_depth = DivideRoundUp(weights.shape.o, 4); in UploadWeights() local
Dfully_connected.cc41 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
Dconv_constants.cc216 const int dst_depth = DivideRoundUp(dst_channels, 4); in IsDotConvBetter() local
242 const int dst_depth = DivideRoundUp(w_shape.o, 4); in IsConvConstantsSupported() local
Dconv_generic.cc1458 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
Dconvolution_transposed.cc65 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
Dconvolution_transposed_3x3_thin.cc79 int dst_depth) { in GenerateConvolutionTransposedCode()
Ddepthwise_conv.h120 const int dst_depth = DivideRoundUp(dst_channels, 4); in RearrangeWeightsForDWConv2D() local
Dconv_weights_converter_test_util.cc76 const int dst_depth = AlignByN(DivideRoundUp(weights.shape.o, 4), in ConvolutionWeightsConverterTest() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/
Dfc_fc_add.h76 const int dst_depth = DivideRoundUp(dst_channels, 4); in RearrangeFCWeightsToOIO4I4() local
142 const int dst_depth = DivideRoundUp(weights.shape.o, 4); in UploadWeights() local
Dfc_fc_add.cc39 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
Dconv_pointwise.cc183 const int dst_depth = DivideRoundUp(dst_channels, 4); in CreateConvPointwise() local
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dutil.h41 const int dst_depth = dst.size(); in CopyLinearFLT4() local
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dfully_connected.cc46 const int dst_depth = DivideRoundUp(attr.weights.shape.o, 4); in GenerateCode() local
Dconv.cc244 auto dst_depth = DivideRoundUp(ctx.output_shapes[0][3], 4); in GenerateCode() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dweights_conversion.cc53 const int dst_depth = in Get2dResourceSize() local
/external/ComputeLibrary/src/gpu/cl/kernels/
DClDirectConv3dKernel.cpp108 const size_t dst_depth = dst->dimension(3); in configure() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cStencilTexturingTests.cpp1160 GLfloat dst_depth = 0.0f; in verifyTexture() local
1180 GLfloat dst_depth = 0.0f; in verifyTexture() local
/external/ComputeLibrary/tests/validation/reference/
DConv3D.cpp199 const unsigned int dst_depth = dst.shape()[depth_dim]; in conv3d() local
/external/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp442 const fs_reg dst_depth = fetch_payload_reg(bld, payload.dest_depth_reg); in emit_single_fb_write() local
Dbrw_fs.cpp4369 const fs_reg &dst_depth = inst->src[FB_WRITE_LOGICAL_SRC_DST_DEPTH]; in lower_fb_write_logical_send() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dconvert.cc135 const int dst_depth = DivideRoundUp(shape.o, 4); in ConvertToPHWO4I4() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Doperation_selector.cc56 const int dst_depth = DivideRoundUp(attr.weights.shape.o, 4); in IsRecommendedForWinograd4x4To6x6() local
/external/mesa3d/src/mesa/state_tracker/
Dst_cb_texture.c2326 unsigned dst_depth = 1; in fallback_copy_texsubimage() local