Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/backends/qualcomm/aot/wrappers/
H A DTensorWrapper.cpp76 quantize_param_wrapper_(std::move(quantize_param_wrapper)), in TensorWrapper()
90 quantize_param_wrapper_->CreateQuantizeParams(); in TensorWrapper()
H A DTensorWrapper.h107 std::unique_ptr<QuantizeParamsWrapper> quantize_param_wrapper_; variable