/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 hardware::neuralnetworks::V1_2::Operation& operation,
|
D | SVDF.h | 41 static bool Prepare(const Operation& operation, std::vector<RunTimeOperandInfo>& operands,
|
D | LSHProjection.h | 41 static bool Prepare(const Operation& operation, std::vector<RunTimeOperandInfo>& operands,
|
D | RNN.h | 33 static bool Prepare(const Operation& operation, std::vector<RunTimeOperandInfo>& operands,
|
D | Multinomial.cpp | 56 bool Multinomial::Prepare(const Operation& operation, std::vector<RunTimeOperandInfo>& operands, in Prepare() function in android::nn::Multinomial
|
D | BidirectionalSequenceLSTM.h | 39 bool Prepare(const Operation& operation, std::vector<RunTimeOperandInfo>& operands,
|
D | LSTM.h | 50 bool Prepare(const Operation& operation, std::vector<RunTimeOperandInfo>& operands,
|
D | LSHProjection.cpp | 40 bool LSHProjection::Prepare(const Operation& operation, std::vector<RunTimeOperandInfo>& operands, in Prepare() function in android::nn::LSHProjection
|
D | SVDF.cpp | 45 bool SVDF::Prepare(const Operation &operation, in Prepare() function in android::nn::SVDF
|
D | RNN.cpp | 44 bool RNN::Prepare(const Operation &operation, in Prepare() function in android::nn::RNN
|
D | BidirectionalSequenceLSTM.cpp | 160 bool BidirectionalSequenceLSTM::Prepare(const Operation& operation, in Prepare() function in android::nn::BidirectionalSequenceLSTM
|
D | LSTM.cpp | 294 bool LSTMCell::Prepare(const Operation& operation, std::vector<RunTimeOperandInfo>& operands, in Prepare() function in android::nn::LSTMCell
|
/frameworks/ml/nn/common/ |
D | CpuExecutor.cpp | 1078 if (!LSHProjection::Prepare(operation, mOperands, &outputShape) || in executeOperation() 1108 success = lstm.Prepare(operation, mOperands, &fwOutputShape, &bwOutputShape) && in executeOperation() 1126 success = lstm_cell.Prepare(operation, mOperands, &scratchShape, &outputStateShape, in executeOperation() 1142 success = Multinomial::Prepare(operation, mOperands, &outputShape) && in executeOperation() 1153 success = RNN::Prepare(operation, mOperands, &hiddenStateShape, &outputShape) && in executeOperation() 1164 success = SVDF::Prepare(operation, mOperands, &stateShape, &outputShape) && in executeOperation()
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/jenkins/docker/ |
D | Dockerfile | 143 # Prepare ccache
|
/frameworks/native/libs/vr/libvrflinger/ |
D | hardware_composer.h | 104 void Prepare();
|
D | hardware_composer.cpp | 490 layer.Prepare(); in PostLayers() 1464 void Layer::Prepare() { in Prepare() function in android::dvr::Layer
|
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/m4/ |
D | acx_pthread.m4 | 245 # Prepare the flags
|