Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/cpu/operators/
DCpuScale.cpp116 TensorInfo tensor_info_offsets(shape, Format::S32); in configure() local
121 auto offsets = std::make_unique<TensorInfo>(tensor_info_offsets); in configure()
170 TensorInfo tensor_info_offsets(shape, Format::S32); in validate() local
176 offsets = &tensor_info_offsets; in validate()
179 offsets = &tensor_info_offsets; in validate()
/external/ComputeLibrary/src/runtime/NEON/functions/
DNEScale.cpp80 const TensorInfo tensor_info_offsets(shape, Format::S32); in configure() local
84 _impl->offsets.allocator()->init(tensor_info_offsets); in configure()