Home
last modified time | relevance | path

Searched defs:src_depth (Results 1 – 25 of 26) sorted by relevance

12

/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/
Dconv_constants.h38 const int src_depth = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsForConvConstants() local
75 const int src_depth = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsForConvConstantsDot() local
113 const int src_depth = DivideRoundUp(weights.shape.i, 4); in UploadWeightsForConvConstants() local
Dconvolution_transposed_thin.h73 const int src_depth = DivideRoundUp(weights.shape.i, 4); in UploadData() local
112 const int src_depth = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsData() local
Ddepthwise_conv_3x3.h83 const int src_depth = DivideRoundUp(weights.shape.i, 4); in UploadWeightsAndBiases() local
122 const int src_depth = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsAndBiasesData() local
Ddepthwise_conv_3x3_stride_h2.h76 const int src_depth = DivideRoundUp(weights.shape.i, 4); in UploadWeightsAndBiases() local
115 const int src_depth = DivideRoundUp(weights.shape.i, 4); in RearrangeWeightsAndBiasesData() local
Dconv_constants.cc119 const int src_depth = DivideRoundUp(weights_shape.i, 4); in GenerateConvolutionConstantCode() local
215 const int src_depth = DivideRoundUp(src_channels, 4); in IsDotConvBetter() local
241 const int src_depth = DivideRoundUp(w_shape.i, 4); in IsConvConstantsSupported() local
Dfully_connected.h95 const int src_depth = DivideRoundUp(src_channels, 4); in RearrangeFCWeightsToOIO4I4() local
159 const int src_depth = DivideRoundUp(weights.shape.i, 4); in UploadWeights() local
Dfully_connected.cc40 const int src_depth = DivideRoundUp(weights.shape.i, 4); in RearrangeFCWeightsToOIO4I4() local
200 const int src_depth = DivideRoundUp(weights.shape.i, 4); in UploadQuantizedWeights() local
Dconcat_z.cc75 const int src_depth = DivideRoundUp(channels[i], 4); in GetConcatKernelCode() local
Dconv_generic.cc1457 const GpuInfo& gpu_info, const OperationDef& definition, int src_depth, in GuessBestParamsApple()
1470 const GpuInfo& gpu_info, const OperationDef& definition, int src_depth, in GuessBestParams()
1826 const int src_depth = DivideRoundUp(attr.weights.shape.i, 4); in GuessBestParams() local
1843 const int src_depth = DivideRoundUp(attr.weights.shape.i, 4); in GuessBestParams() local
1879 const int src_depth = DivideRoundUp(weights_shape.c, 4); in GuessBestParams() local
1894 const int src_depth = DivideRoundUp(attr.weights.shape.i, 4); in GuessBestParams() local
1908 const int src_depth = DivideRoundUp(weights_shape.i, 4); in GuessBestParamsPointwise() local
Dconvolution_transposed_thin.cc53 const OperationDef& op_def, int src_depth, int dst_channels, in GenerateConvolutionTransposedCode()
Dconvolution_transposed_3x3_thin.cc78 const OperationDef& op_def, const GpuInfo& gpu_info, int src_depth, in GenerateConvolutionTransposedCode()
Dconv_weights_converter_test_util.cc78 const int src_depth = DivideRoundUp(weights.shape.i, 4); in ConvolutionWeightsConverterTest() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/
Dfc_fc_add.h74 const int src_depth = DivideRoundUp(src_channels, 4); in RearrangeFCWeightsToOIO4I4() local
141 const int src_depth = DivideRoundUp(weights.shape.i, 4); in UploadWeights() local
Dfc_fc_add.cc38 const int src_depth = DivideRoundUp(weights.shape.i, 4); in RearrangeFCWeightsToOIO4I4() local
231 const int src_depth = DivideRoundUp(weights.shape.i, 4); in UploadQuantizedWeights() local
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/
Dfully_connected.cc45 const int src_depth = DivideRoundUp(attr.weights.shape.i, 4); in GenerateCode() local
/external/ComputeLibrary/tests/validation/reference/
DConv3D.cpp74 const unsigned int src_depth = src.shape()[depth_dim]; in calculate_conv3d() local
129 const unsigned int src_depth = src.shape()[depth_dim]; in calculate_conv3d() local
DReductionOperation.cpp192 const unsigned int src_depth = src.shape().z(); in compute_reduction_operation() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dweights_conversion.cc55 const int src_depth = DivideRoundUp(shape.i, 4); in Get2dResourceSize() local
/external/ComputeLibrary/src/gpu/cl/kernels/
DClDirectConv3dKernel.cpp104 const size_t src_depth = src0->dimension(3); in configure() local
/external/mesa3d/src/intel/compiler/
Dbrw_fs_visitor.cpp443 fs_reg src_depth, src_stencil; in emit_single_fb_write() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dconvert.cc136 const int src_depth = DivideRoundUp(shape.i, 4); in ConvertToPHWO4I4() local
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/
Doperation_selector.cc55 const int src_depth = DivideRoundUp(attr.weights.shape.i, 4); in IsRecommendedForWinograd4x4To6x6() local
/external/mesa3d/src/amd/vulkan/
Dradv_meta_blit.c315 uint32_t src_depth = radv_minify(src_iview->image->info.depth, src_iview->base_mip); in meta_emit_blit() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cStencilTexturingTests.cpp1181 GLfloat src_depth = 0.0f; in verifyTexture() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_blitter.c1824 int src_depth = abs(srcbox->depth); in do_blits() local
1959 int src_depth = src->u.tex.last_layer + 1; in util_blitter_blit_generic() local

12