Home
last modified time | relevance | path

Searched defs:reshaped_weights (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/ComputeLibrary/src/gpu/cl/operators/
H A DClFullyConnected.cpp343 …const ITensorInfo &reshaped_weights = TensorInfo(weights->clone()->set_is_resizable(true).reset_p… in validate() local
459 …CLAuxTensorHandler reshaped_weights(offset_int_vec(TransposedWeights), _reshaped_weights, tensors,… in prepare() local
/aosp_15_r20/external/ComputeLibrary/src/cpu/operators/
H A DCpuFullyConnected.cpp384 …const ITensorInfo &reshaped_weights = TensorInfo(weights->clone()->set_is_resizable(true).reset_p… in validate() local
498 …CpuAuxTensorHandler reshaped_weights(offset_int_vec(TransposedWeights), _reshaped_weights, tensors… in prepare() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dresampler_ops.cc270 auto reshaped_weights = xla::Reshape(weights, /*dimensions=*/reshape_dims, in CalculateGradData() local