Home
last modified time | relevance | path

Searched refs:dst_info_to_validate_ptr (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/
H A DGpuDepthwiseConv2d.cpp77 const ITensorInfo *dst_info_to_validate_ptr = &dst_info_to_validate; in is_supported_op_helper() local
81 dst_info_to_validate_ptr = dst; in is_supported_op_helper()
114 …&& (dst_info_to_validate_ptr->data_type() == DataType::F32 || dst_info_to_validate_ptr->data_type(… in is_supported_op_helper()
126 arguments.add_const_tensor(ACL_DST_0, dst_info_to_validate_ptr); in is_supported_op_helper()
H A DGpuCast.cpp50 const ITensorInfo *dst_info_to_validate_ptr = &dst_info_to_validate; in is_supported_op_helper() local
54 dst_info_to_validate_ptr = dst; in is_supported_op_helper()
66 ARM_COMPUTE_RETURN_ERROR_ON_DATA_TYPE_CHANNEL_NOT_IN(dst_info_to_validate_ptr, in is_supported_op_helper()
83 arguments.add_const_tensor(ACL_DST_0, dst_info_to_validate_ptr); in is_supported_op_helper()
H A DGpuConv2d.cpp127 const ITensorInfo *dst_info_to_validate_ptr = &dst_info_to_validate; in is_supported_op_helper() local
132 dst_info_to_validate_ptr = dst; in is_supported_op_helper()
159 …&& (dst_info_to_validate_ptr->data_type() == DataType::F32 || dst_info_to_validate_ptr->data_type(… in is_supported_op_helper()
165 arguments.add_const_tensor(ACL_DST_0, dst_info_to_validate_ptr); in is_supported_op_helper()
H A DGpuReshape.cpp48 const ITensorInfo *dst_info_to_validate_ptr = &dst_info_to_validate; in is_supported_op_helper() local
52 dst_info_to_validate_ptr = dst; in is_supported_op_helper()
66 arguments.add_const_tensor(ACL_DST_0, dst_info_to_validate_ptr); in is_supported_op_helper()
H A DGpuClamp.cpp54 const ITensorInfo *dst_info_to_validate_ptr = &dst_info_to_validate; in is_supported_op_helper() local
58 dst_info_to_validate_ptr = dst; in is_supported_op_helper()
77 arguments.add_const_tensor(ACL_DST, dst_info_to_validate_ptr); in is_supported_op_helper()
H A DGpuResize.cpp65 const ITensorInfo *dst_info_to_validate_ptr = &dst_info_to_validate; in is_supported_op_helper() local
69 dst_info_to_validate_ptr = dst; in is_supported_op_helper()
95 arguments.add_const_tensor(ACL_DST_0, dst_info_to_validate_ptr); in is_supported_op_helper()
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/internal/
H A DGpuElementwiseBinaryCommon.cpp57 const ITensorInfo *dst_info_to_validate_ptr = &dst_info_to_validate; in is_supported_op_helper() local
61 dst_info_to_validate_ptr = dst; in is_supported_op_helper()
77 arguments.add_const_tensor(ACL_DST_0, dst_info_to_validate_ptr); in is_supported_op_helper()