Home
last modified time | relevance | path

Searched defs:tensor_info_tmp (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/
H A DCpuSoftmax.cpp84 TensorInfo tensor_info_tmp(input_info.clone()->set_data_type(tmp_data_type)); in configure() local
130 …const TensorInfo tensor_info_tmp(src->clone()->set_data_type(tmp_data_type).set_is_resizable(true)… in validate() local
/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/
H A DClSoftmax.cpp120 TensorInfo tensor_info_tmp(src.clone()->set_data_type(tmp_data_type).set_is_resizable(true)); in validate() local