Searched defs:weightsData (Results  1 – 3 of 3) sorted by relevance
| /packages/modules/NeuralNetworks/common/cpu_operations/ | 
| D | FullyConnected.cpp | 53                            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()
 
 | 
| D | RNN.cpp | 117                   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/ | 
| D | TestMemoryInternal.cpp | 115     uint8_t* weightsData =  in TEST_F()  local
 |