Searched defs:GetOutput (Results 1 – 9 of 9) sorted by relevance
92 const std::vector<uint32_t>& GetOutput() const { return output_; } in GetOutput() function in android::nn::wrapper::MultinomialOpModel
95 const std::vector<int>& GetOutput() const { return Output_; } in GetOutput() function in android::nn::wrapper::LSHProjectionOpModel
138 const std::vector<float> &GetOutput() const { return Output_; } in GetOutput() function in android::nn::wrapper::EmbeddingLookupOpModel
209 const std::vector<float>& GetOutput() const { return Output_; } in GetOutput() function in android::nn::wrapper::BasicRNNOpModel
150 const std::vector<float>& GetOutput() const { return Output_; } in GetOutput() function in android::nn::wrapper::HashtableLookupOpModel
198 const std::vector<float>& GetOutput() const { return Output_; } in GetOutput() function in android::nn::wrapper::LayerNormLSTMOpModel
315 const std::vector<float>& GetOutput() const { return Output_; } in GetOutput() function in android::nn::wrapper::SVDFOpModel
183 const std::vector<float> &GetOutput() const { return Output_; } in GetOutput() function in android::nn::wrapper::LSTMOpModel
267 inline RunTimeOperandInfo *GetOutput(const Operation &operation, in GetOutput() function