/frameworks/ml/nn/tools/systrace_parser/parser/test/ |
D | buckets.txt | 1 LA <----- Prepare -----> <-------------------------- Compile --------------------------> <- I/O… 2 LR <-- Prepare --> <- Validate -><---------------- Compile ------------------------> …
|
/frameworks/ml/nn/common/operations/ |
D | Multinomial.h | 38 static bool Prepare(const hal::Operation& operation, RunTimeOperandInfo* operands,
|
D | SVDF.h | 43 static bool Prepare(const hal::Operation& operation, RunTimeOperandInfo* operands,
|
D | LSHProjection.h | 41 static bool Prepare(const hal::Operation& operation, RunTimeOperandInfo* operands,
|
D | RNN.h | 35 static bool Prepare(const hal::Operation& operation, RunTimeOperandInfo* operands,
|
D | Multinomial.cpp | 63 bool Multinomial::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare() function in android::nn::Multinomial
|
D | BidirectionalSequenceLSTM.h | 39 bool Prepare(const hal::Operation& operation, RunTimeOperandInfo* operands,
|
D | LSTM.h | 53 bool Prepare(const hal::Operation& operation, RunTimeOperandInfo* operands, Shape* scratchShape,
|
D | LSHProjection.cpp | 45 bool LSHProjection::Prepare(const Operation& operation, RunTimeOperandInfo* operands, in Prepare() function in android::nn::LSHProjection
|
D | SVDF.cpp | 51 bool SVDF::Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* stateShape, in Prepare() function in android::nn::SVDF
|
D | RNN.cpp | 49 bool RNN::Prepare(const Operation& operation, RunTimeOperandInfo* operands, Shape* hiddenStateShape, in Prepare() function in android::nn::RNN
|
D | BidirectionalSequenceLSTM.cpp | 209 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
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 1029 if (!LSHProjection::Prepare(operation, operands, &outputShape) || in executeOperation() 1061 success = lstm.Prepare(operation, operands, &fwOutputShape, &bwOutputShape, in executeOperation() 1103 success = lstm_cell.Prepare(operation, operands, &scratchShape, &outputStateShape, in executeOperation() 1122 success = Multinomial::Prepare(operation, operands, &outputShape) && in executeOperation() 1137 success = RNN::Prepare(operation, operands, &hiddenStateShape, &outputShape) && in executeOperation() 1148 success = SVDF::Prepare(operation, operands, &stateShape, &outputShape) && in executeOperation()
|
/frameworks/native/libs/vr/libvrflinger/ |
D | hardware_composer.h | 105 void Prepare();
|
D | hardware_composer.cpp | 504 layer.Prepare(); in PostLayers() 1492 void Layer::Prepare() { in Prepare() function in android::dvr::Layer
|