/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
H A D | conv_constants.h | 38 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
|
H A D | conv_constants.cc | 119 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
|
H A D | conv_generic.cc | 1457 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
|
H A D | convolution_transposed_thin.h | 73 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
|
H A D | depthwise_conv_3x3.h | 83 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
|
H A D | depthwise_conv_3x3_stride_h2.h | 76 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
|
H A D | fully_connected.h | 95 const int src_depth = DivideRoundUp(src_channels, 4); in RearrangeFCWeightsToOIO4I4() local 159 const int src_depth = DivideRoundUp(weights.shape.i, 4); in UploadWeights() local
|
H A D | fully_connected.cc | 40 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
|
H A D | concat_z.cc | 75 const int src_depth = DivideRoundUp(channels[i], 4); in GetConcatKernelCode() local
|
H A D | convolution_transposed_thin.cc | 53 const OperationDef& op_def, int src_depth, int dst_channels, in GenerateConvolutionTransposedCode()
|
H A D | convolution_transposed_3x3_thin.cc | 78 const OperationDef& op_def, const GpuInfo& gpu_info, int src_depth, in GenerateConvolutionTransposedCode()
|
H A D | conv_weights_converter_test_util.cc | 78 const int src_depth = DivideRoundUp(weights.shape.i, 4); in ConvolutionWeightsConverterTest() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/special/ |
H A D | fc_fc_add.h | 74 const int src_depth = DivideRoundUp(src_channels, 4); in RearrangeFCWeightsToOIO4I4() local 141 const int src_depth = DivideRoundUp(weights.shape.i, 4); in UploadWeights() local
|
H A D | fc_fc_add.cc | 38 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
|
/aosp_15_r20/external/ComputeLibrary/tests/validation/reference/ |
H A D | Conv3D.cpp | 74 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
|
H A D | ReductionOperation.cpp | 192 const unsigned int src_depth = src.shape().z(); in compute_reduction_operation() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
H A D | fully_connected.cc | 45 const int src_depth = DivideRoundUp(attr.weights.shape.i, 4); in GenerateCode() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/ |
H A D | weights_conversion.cc | 55 const int src_depth = DivideRoundUp(shape.i, 4); in Get2dResourceSize() local
|
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/kernels/ |
H A D | ClDirectConv3dKernel.cpp | 104 const size_t src_depth = src0->dimension(3); in configure() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/elk/ |
H A D | elk_fs_visitor.cpp | 447 elk_fs_reg src_depth; in emit_single_fb_write() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
H A D | convert.cc | 136 const int src_depth = DivideRoundUp(shape.i, 4); in ConvertToPHWO4I4() local
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/meta/ |
H A D | radv_meta_blit.c | 265 uint32_t src_depth = u_minify(src_image->vk.extent.depth, src_iview->vk.base_mip_level); in meta_emit_blit() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/ |
H A D | operation_selector.cc | 55 const int src_depth = DivideRoundUp(attr.weights.shape.i, 4); in IsRecommendedForWinograd4x4To6x6() local
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cStencilTexturingTests.cpp | 1179 GLfloat src_depth = 0.0f; in verifyTexture() local
|
/aosp_15_r20/external/mesa3d/src/intel/compiler/ |
H A D | brw_compile_fs.cpp | 32 brw_reg src_depth, src_stencil; in brw_emit_single_fb_write() local
|