Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/
H A DClFullyConnected.cpp344 …const ITensorInfo &converted_weights = weights_reshaped ? TensorInfo(weights->clone()->set_is_resi… in validate() local
460 …CLAuxTensorHandler converted_weights(offset_int_vec(ConvertedWeights), _converted_weights, tensors… in prepare() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/
H A DCpuFullyConnected.cpp385 …const ITensorInfo &converted_weights = weights_reshaped ? TensorInfo(weights->clone()->set_is_resi… in validate() local
499 …CpuAuxTensorHandler converted_weights(offset_int_vec(ConvertedWeights), _converted_weights, tensor… in prepare() local