Searched refs:calculate_and_init_dst_if_empty (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/ |
H A D | GpuResize.cpp | 44 void calculate_and_init_dst_if_empty(ITensorInfo *dst, const ITensorInfo *src, const ResizeAttribut… in calculate_and_init_dst_if_empty() function 72 calculate_and_init_dst_if_empty(&dst_info_to_validate, src, attributes); in is_supported_op_helper() 128 calculate_and_init_dst_if_empty(&dst_info_to_validate, src, attributes); in validate_op() 156 calculate_and_init_dst_if_empty(dst, src, attributes); in create_op()
|
H A D | GpuDepthwiseConv2d.cpp | 45 void calculate_and_init_dst_if_empty(ITensorInfo *dst, const ITensorInfo *src, const ITensorInfo *w… in calculate_and_init_dst_if_empty() function 84 calculate_and_init_dst_if_empty(&dst_info_to_validate, src, wei, attributes); in is_supported_op_helper() 168 calculate_and_init_dst_if_empty(&dst_info_to_validate, src, wei, attributes); in validate_op() 199 calculate_and_init_dst_if_empty(dst, src, wei, attributes); in create_op()
|
H A D | GpuConv2d.cpp | 101 void calculate_and_init_dst_if_empty(ITensorInfo *dst, const ITensorInfo *src, const ITensorInfo *w… in calculate_and_init_dst_if_empty() function 135 calculate_and_init_dst_if_empty(&dst_info_to_validate, src, wei, attributes); in is_supported_op_helper() 210 calculate_and_init_dst_if_empty(&dst_info_to_validate, src, wei, attributes); in validate_op() 247 calculate_and_init_dst_if_empty(dst, src, wei, attributes); in create_op()
|
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/internal/ |
H A D | GpuElementwiseBinaryCommon.cpp | 39 void calculate_and_init_dst_if_empty(ITensorInfo *dst, const ITensorInfo *lhs, const ITensorInfo *r… in calculate_and_init_dst_if_empty() function 64 calculate_and_init_dst_if_empty(&dst_info_to_validate, lhs, rhs); in is_supported_op_helper() 124 calculate_and_init_dst_if_empty(&dst_info_to_validate, lhs, rhs); in validate_op() 153 calculate_and_init_dst_if_empty(dst, lhs, rhs); in create_op()
|