/packages/modules/NeuralNetworks/tools/systrace_parser/parser/test/ |
D | buckets.txt | 1 LA <----- Prepare -----> <-------------------------- Compile --------------------------> <- I/O… 2 LR <-- Prepare --> <- Validate -><---------------- Compile ------------------------> …
|
/packages/modules/NeuralNetworks/common/operations/ |
D | Multinomial.h | 36 static bool Prepare(const Operation& operation, RunTimeOperandInfo* operands,
|
D | SVDF.h | 43 static bool Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* stateShape,
|
D | LSHProjection.h | 41 static bool Prepare(const Operation& operation, RunTimeOperandInfo* operands,
|
D | RNN.h | 35 static bool Prepare(const Operation& operation, RunTimeOperandInfo* operands,
|
D | Multinomial.cpp | 65 bool Multinomial::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare() function in android::nn::Multinomial
|
D | BidirectionalSequenceLSTM.h | 37 bool Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* fwOutputShape,
|
D | LSHProjection.cpp | 44 bool LSHProjection::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare() function in android::nn::LSHProjection
|
D | LSTM.h | 53 bool Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* scratchShape,
|
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/common/ |
D | CpuExecutor.cpp | 975 if (!LSHProjection::Prepare(operation, operands, &outputShape) || in executeOperation() 1007 success = lstm.Prepare(operation, operands, &fwOutputShape, &bwOutputShape, in executeOperation() 1049 success = lstm_cell.Prepare(operation, operands, &scratchShape, &outputStateShape, in executeOperation() 1065 success = Multinomial::Prepare(operation, operands, &outputShape) && in executeOperation() 1080 success = RNN::Prepare(operation, operands, &hiddenStateShape, &outputShape) && in executeOperation() 1091 success = SVDF::Prepare(operation, operands, &stateShape, &outputShape) && in executeOperation()
|
/packages/apps/Car/DebuggingRestrictionController/server/ |
D | HOW_TO.md | 36 * Prepare the token signing key and certificate. The key MUST be a RSA key
|
/packages/modules/Virtualization/docs/getting_started/ |
D | index.md | 3 ## Prepare a device
|
/packages/apps/Test/connectivity/sl4n/rapidjson/doc/ |
D | sax.md | 439 // Prepare JSON reader and input stream. 444 // Prepare JSON writer and output stream.
|
/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
|