Searched refs:output_ (Results 1 – 13 of 13) sorted by relevance
/frameworks/ml/nn/common/operations/ |
D | HashtableLookup.cpp | 40 output_ = GetOutput(operation, operands, kOutputTensor); in HashtableLookup() 59 memset(output_->buffer + i * row_bytes, 0, row_bytes); in Eval() 62 memcpy(output_->buffer + i * row_bytes, value_->buffer + idx * row_bytes, in Eval()
|
D | EmbeddingLookup.cpp | 31 output_ = GetOutput(operation, operands, kOutputTensor); in EmbeddingLookup() 45 memcpy(output_->buffer + i * row_bytes, value_->buffer + idx * row_bytes, in Eval()
|
D | LSTM.cpp | 77 output_ = GetOutput(operation, operands, kOutputTensor); in LSTMCell() 436 n_batch, GetBuffer<float>(output_)); in Eval() 438 tensor_utils::ZeroVector(GetBuffer<float>(output_), n_batch * n_output); in Eval() 442 output_gate_scratch, n_batch, GetBuffer<float>(output_), in Eval() 445 tensor_utils::ClipVector(GetBuffer<float>(output_), n_batch * n_output, in Eval() 446 params_.proj_clip_, GetBuffer<float>(output_)); in Eval() 450 GetBuffer<float>(output_)); in Eval() 452 tensor_utils::CopyVector(GetBuffer<float>(output_), n_batch * n_output, in Eval()
|
D | RNN.cpp | 37 output_ = GetOutput(operation, operands, kOutputTensor); in RNN() 98 reinterpret_cast<float*>(output_->buffer) + b * num_units; in Eval()
|
D | LSHProjection.cpp | 35 output_ = GetOutput(operation, operands, kOutputTensor); in LSHProjection() 144 int32_t* out_buf = reinterpret_cast<int32_t*>(output_->buffer); in Eval()
|
D | EmbeddingLookup.h | 54 RunTimeOperandInfo *output_; variable
|
D | HashtableLookup.h | 57 RunTimeOperandInfo *output_; variable
|
D | SVDF.cpp | 57 output_ = GetOutput(operation, operands, kOutputTensor); in SVDF() 122 float* output_ptr_batch = reinterpret_cast<float*>(output_->buffer) + b * num_units; in Eval()
|
D | LSHProjection.h | 71 RunTimeOperandInfo *output_; variable
|
D | RNN.h | 69 RunTimeOperandInfo *output_; variable
|
D | SVDF.h | 78 RunTimeOperandInfo *output_; variable
|
D | LSTM.h | 140 RunTimeOperandInfo *output_; variable
|
/frameworks/native/cmds/dumpsys/tests/ |
D | dumpsys_test.cpp | 73 explicit WriteOnFdAction(const std::string& output) : output_(output) { in WriteOnFdAction() 77 android::base::WriteStringToFd(output_, fd); in Perform() 81 std::string output_; member in WriteOnFdAction
|