Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/test/specs/V1_3/
Dcast_identity.mod.py19 Operand = collections.namedtuple( variable
/packages/modules/NeuralNetworks/common/include/nnapi/
DTypes.h423 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;
/packages/modules/NeuralNetworks/runtime/test/specs/V1_2/
Dcast.mod.py20 Operand = collections.namedtuple( variable
/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/
DModel.proto163 message Operand { message
/packages/modules/NeuralNetworks/runtime/
DExecutionPlan.cpp1954 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
/packages/modules/NeuralNetworks/tools/test_generator/
Dtest_generator.py255 class Operand(NamedVariable): class
/packages/modules/NeuralNetworks/common/
DLegacyHalUtils.cpp759 bool compliantWithV1_3(const V1_3::Operand& /*operand*/) { in compliantWithV1_3()
/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioning.cpp169 using Operand = ::android::nn::Operand; typedef