Home
last modified time | relevance | path

Searched defs:weights_reshaped (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/
H A DClGemmConv2d.cpp554 …CLAuxTensorHandler weights_reshaped(offset_int_vec(WeightsReshaped), _weights_reshaped, tensors, f… in run() local
621 CLAuxTensorHandler weights_reshaped(_weights_reshaped, *weights_reshaped_p); in prepare() local
H A DClFullyConnected.cpp339 bool weights_reshaped = fc_info.transpose_weights ? fc_info.are_weights_reshaped : true; in validate() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/
H A DCpuFullyConnected.cpp380 bool weights_reshaped = fc_info.transpose_weights ? fc_info.are_weights_reshaped : true; in validate() local
H A DCpuGemmConv2d.cpp658 … CpuAuxTensorHandler weights_reshaped(offset_int_vec(WeightsReshaped), _weights_reshaped, tensors); in prepare() local