Home
last modified time | relevance | path

Searched refs:secondOperand (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/modules/NeuralNetworks/driver/sample_aidl/
H A DSampleDriverQuant.cpp70 const Operand& secondOperand = model.main.operands[operation.inputs[1]]; in getSupportedOperationsImpl() local
71 supported[i] = isQuantized(secondOperand.type); in getSupportedOperationsImpl()
/aosp12/packages/modules/NeuralNetworks/driver/sample/
H A DSampleDriverQuant.cpp71 const V1_3::Operand& secondOperand = model.main.operands[operation.inputs[1]]; in getSupportedOperationsImpl() local
72 supported[i] = isQuantized(secondOperand.type); in getSupportedOperationsImpl()
/aosp12/build/soong/androidmk/androidmk/
H A Dandroid.go322 secondOperand := v.Args[1]
335 local := secondOperand
336 if s, ok := secondOperand.(*bpparser.String); ok {