Home
last modified time | relevance | path

Searched defs:Int32Operands (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/test_harness/include_legacy/
DTestHarness.h62 typedef std::map<int, std::vector<int32_t>> Int32Operands; typedef
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceTargetLoweringARM32.cpp2313 class Int32Operands : public NumericOperands<ConstantInteger32> { class
2319 Int32Operands(Operand *S0, Operand *S1) : NumericOperands(S0, S1) {} in Int32Operands() function in Ice::ARM32::__anon15914fd80a11::Int32Operands