Searched defs:Prepare (Results 1 – 7 of 7) sorted by relevance
/packages/modules/NeuralNetworks/common/operations/ |
D | Multinomial.cpp | 65 bool Multinomial::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare() function in android::nn::Multinomial
|
D | LSHProjection.cpp | 44 bool LSHProjection::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare() function in android::nn::LSHProjection
|
D | SVDF.cpp | 49 bool SVDF::Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* stateShape, in Prepare() function in android::nn::SVDF
|
D | RNN.cpp | 45 bool RNN::Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* hiddenStateShape, in Prepare() function in android::nn::RNN
|
D | BidirectionalSequenceLSTM.cpp | 208 bool BidirectionalSequenceLSTM::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare() function in android::nn::BidirectionalSequenceLSTM
|
D | LSTM.cpp | 303 bool LSTMCell::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare() function in android::nn::LSTMCell
|
/packages/modules/NeuralNetworks/driver/sample/ |
D | SampleDriverFloatXNNPACK.cpp | 271 V1_3::ErrorStatus Prepare() { return V1_3::ErrorStatus::NONE; } in Prepare() function in android::nn::sample_driver::Subgraph
|