Home
last modified time | relevance | path

Searched defs:GetInput (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DMultinomialTest.cpp91 const std::vector<float>& GetInput() const { return input_; } in GetInput() function in android::nn::wrapper::MultinomialOpModel
/aosp12/packages/modules/NeuralNetworks/common/include/
H A DCpuExecutor.h283 inline RunTimeOperandInfo* GetInput(const Operation& operation, RunTimeOperandInfo* operands, in GetInput() function
/aosp12/art/compiler/optimizing/
H A Dnodes_vector.h284 HInstruction* GetInput() const { return InputAt(0); } in GetInput() function