Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/cpu_operations/
DFullyConnected.cpp53 const float* weightsData, const Shape& weightsShape, in fullyConnectedFloat32()
83 const _Float16* weightsData, const Shape& weightsShape, in fullyConnectedFloat16()
104 const uint8_t* weightsData, const Shape& weightsShape, in fullyConnectedQuant8()
145 const int8_t* weightsData, const Shape& weightsShape, in fullyConnectedQuant8()
DRNN.cpp117 const T* biasData, const T* weightsData, const Shape& weightsShape, in RNNStep()
138 const T* weightsData, const Shape& weightsShape, const T* auxWeightsData, in RNNStep()
DUnidirectionalSequenceRNN.cpp57 Shape weightsShape = context->getInputShape(kWeightsTensor); in executeTyped() local
DQuantizedLSTM.cpp381 Shape weightsShape; in eval() local