Home
last modified time | relevance | path

Searched defs:Operand (Results 1 – 8 of 8) sorted by relevance

/packages/modules/NeuralNetworks/common/types/include/nnapi/
DTypes.h435 struct Operand { struct
439 enum class LifeTime {
498 using NoParams = std::monostate;
503 struct SymmPerChannelQuantParams {
530 OperandType type{}; argument
579 * See {@link OperandType}. argument
588 * See {@link OperandType}. argument
590 int32_t zeroPoint = 0;
628 DataLocation location;
633 ExtraParams extraParams;
/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dcast_identity.mod.py19 Operand = collections.namedtuple( variable
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dcast.mod.py20 Operand = collections.namedtuple( variable
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DModel.proto182 message Operand { message
/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp2006 forEachDynamicTemporary([&ret](SourceOperandIndex dynTemp, const Operand&, uint32_t) { in forTest_flatGetDynamicTemporaries()
2114 const std::function<void(SourceOperandIndex, const Operand&, uint32_t definingStepIndex)>& in forEachDynamicTemporary() argument
/packages/modules/NeuralNetworks/tools/test_generator/
Dtest_generator.py255 class Operand(NamedVariable): class
/packages/modules/NeuralNetworks/common/
DLegacyHalUtils.cpp760 bool compliantWithV1_3(const V1_3::Operand& /*operand*/) { in compliantWithV1_3()
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp170 using Operand = ::android::nn::Operand; typedef