/aosp12/packages/modules/NeuralNetworks/common/include/nnapi/ |
H A D | Types.h | 423 struct Operand { struct 427 enum class LifeTime { 486 using NoParams = std::monostate; 491 struct SymmPerChannelQuantParams { 518 OperandType type{}; argument 567 * See {@link OperandType}. argument 576 * See {@link OperandType}. argument 578 int32_t zeroPoint = 0; 616 DataLocation location; 621 ExtraParams extraParams;
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/ |
H A D | cast_identity.mod.py | 19 Operand = collections.namedtuple( variable
|
/aosp12/frameworks/compile/mclinker/include/mcld/Script/ |
H A D | NullaryOp.h | 18 class Operand; variable
|
H A D | UnaryOp.h | 20 class Operand; variable
|
H A D | TernaryOp.h | 20 class Operand; variable
|
H A D | BinaryOp.h | 18 class Operand; variable
|
H A D | Operator.h | 19 class Operand; variable
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/ |
H A D | cast.mod.py | 20 Operand = collections.namedtuple( variable
|
/aosp12/art/compiler/utils/x86_64/ |
H A D | assembler_x86_64.h | 127 Operand() : rex_(0), length_(0), fixup_(nullptr) { } in Operand() function 174 explicit Operand(CpuRegister reg) : rex_(0), length_(0), fixup_(nullptr) { SetModRM(3, reg); } in Operand() function
|
/aosp12/art/compiler/utils/x86/ |
H A D | assembler_x86.h | 99 Operand() : length_(0), disp_(0), fixup_(nullptr) { } in Operand() function 145 explicit Operand(Register reg) : disp_(0), fixup_(nullptr) { SetModRM(3, reg); } in Operand() function
|
/aosp12/frameworks/compile/mclinker/lib/Script/ |
H A D | Operand.cpp | 24 Operand::Operand(Type pType) : ExprToken(ExprToken::OPERAND), m_Type(pType) { in Operand() function in mcld::Operand
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
H A D | Model.proto | 163 message Operand { message
|
/aosp12/packages/modules/NeuralNetworks/runtime/ |
H A D | ExecutionPlan.cpp | 1954 forEachDynamicTemporary([&ret](SourceOperandIndex dynTemp, const Operand&, uint32_t) { in forTest_flatGetDynamicTemporaries() 2062 const std::function<void(SourceOperandIndex, const Operand&, uint32_t definingStepIndex)>& in forEachDynamicTemporary() argument
|
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/ |
H A D | test_generator.py | 255 class Operand(NamedVariable): class
|
/aosp12/packages/modules/NeuralNetworks/common/ |
H A D | LegacyHalUtils.cpp | 759 bool compliantWithV1_3(const V1_3::Operand& /*operand*/) { in compliantWithV1_3()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | TestPartitioning.cpp | 169 using Operand = ::android::nn::Operand; typedef
|