Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/
DIWeightsManager.cpp51 ITensor *IWeightsManager::run(const ITensor *weights, ITransformWeights *weights_transform) in run()
117 ITensor *IWeightsManager::acquire(const ITensor *weights, ITransformWeights *weights_transform) in acquire()
/external/ComputeLibrary/src/core/NEON/kernels/convolution/winograd/
Dwinograd_layer.hpp84 WeightsTransform weights_transform; /** Operator to transform weights to Winograd domain. */ member in winograd::WinogradConvolutionLayer