Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/operations/
DFullyConnected.cpp56 const float* weightsData, const Shape& weightsShape, in fullyConnectedFloat32()
86 const _Float16* weightsData, const Shape& weightsShape, in fullyConnectedFloat16()
107 const uint8_t* weightsData, const Shape& weightsShape, in fullyConnectedQuant8()
148 const int8_t* weightsData, const Shape& weightsShape, in fullyConnectedQuant8()
DRNN.cpp121 const T* biasData, const T* weightsData, const Shape& weightsShape, in RNNStep()
142 const T* weightsData, const Shape& weightsShape, const T* auxWeightsData, in RNNStep()
/frameworks/ml/nn/runtime/test/
DTestMemoryInternal.cpp109 uint8_t* weightsData = in TEST_F() local