Home
last modified time | relevance | path

Searched defs:AddInput (Results 1 – 5 of 5) sorted by relevance

/aosp12/hardware/libhardware/modules/camera/3_4/
H A Drequest_tracker_test.cpp83 TEST_F(RequestTrackerTest, AddInput) { in TEST_F() argument
/aosp12/packages/modules/NeuralNetworks/common/operations/
H A DLayerNormLSTMTest.cpp105 #define AddInput(X) \ in LayerNormLSTMOpModel() macro
H A DSVDFTest.cpp186 #define AddInput(X) \ in SVDFOpModel() macro
H A DLSTMTest.cpp99 #define AddInput(X) \ in LSTMOpModel() macro
/aosp12/art/compiler/optimizing/
H A Dnodes.cc1576 void HVariableInputSizeInstruction::AddInput(HInstruction* input) { in AddInput() function in art::HVariableInputSizeInstruction