Searched refs:NumInputsWithValues (Results 1 – 6 of 6) sorted by relevance
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | LSHProjection.cpp | 68 NN_CHECK(NumInputsWithValues(operation, operands) == 3); in Prepare() 73 NN_CHECK_EQ(NumInputsWithValues(operation, operands), 4); in Prepare()
|
H A D | Multinomial.cpp | 68 NN_CHECK_EQ(NumInputsWithValues(operation, operands), 3); in Prepare()
|
H A D | SVDF.cpp | 53 const int num_inputs = NumInputsWithValues(operation, operands); in Prepare()
|
H A D | RNN.cpp | 49 const int num_inputs = NumInputsWithValues(operation, operands); in Prepare()
|
H A D | LSTM.cpp | 307 NN_CHECK(NumInputsWithValues(operation, operands) >= 15 && in Prepare() 308 NumInputsWithValues(operation, operands) <= 27); in Prepare()
|
/aosp12/packages/modules/NeuralNetworks/common/include/ |
H A D | CpuExecutor.h | 265 inline int NumInputsWithValues(const Operation& operation, const RunTimeOperandInfo* operands) { in NumInputsWithValues() function
|