Home
last modified time | relevance | path

Searched defs:weightsData (Results 1 – 3 of 3) 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()
/packages/modules/NeuralNetworks/runtime/test/
DTestMemoryInternal.cpp115 uint8_t* weightsData = in TEST_F() local