Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/common/utils/
H A DLegacySupport.cpp62 TensorShape create_legacy_tensor_shape(int32_t ndims, int32_t *shape) in create_legacy_tensor_shape() function
93 …legacy_desc.init(create_legacy_tensor_shape(desc.ndims, desc.shape), 1, convert_to_legacy_data_typ… in convert_to_legacy_tensor_info()