Searched refs:NumInputsWithValues (Results 1 – 6 of 6) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | LSHProjection.cpp | 69 NN_CHECK(NumInputsWithValues(operation, operands) == 3); in Prepare() 74 NN_CHECK_EQ(NumInputsWithValues(operation, operands), 4); in Prepare()
|
D | Multinomial.cpp | 66 NN_CHECK_EQ(NumInputsWithValues(operation, operands), 3); in Prepare()
|
D | SVDF.cpp | 55 const int num_inputs = NumInputsWithValues(operation, operands); in Prepare()
|
D | RNN.cpp | 53 const int num_inputs = NumInputsWithValues(operation, operands); in Prepare()
|
D | LSTM.cpp | 307 NN_CHECK(NumInputsWithValues(operation, operands) >= 15 && in Prepare() 308 NumInputsWithValues(operation, operands) <= 27); in Prepare()
|
/frameworks/ml/nn/common/include/ |
D | CpuExecutor.h | 265 inline int NumInputsWithValues(const hal::Operation& operation, in NumInputsWithValues() function
|