Searched defs:Operand (Results 1 – 8 of 8) sorted by relevance
435 struct Operand { struct439 enum class LifeTime {498 using NoParams = std::monostate;503 struct SymmPerChannelQuantParams {530 OperandType type{}; argument579 * See {@link OperandType}. argument588 * See {@link OperandType}. argument590 int32_t zeroPoint = 0;628 DataLocation location;633 ExtraParams extraParams;
19 Operand = collections.namedtuple( variable
20 Operand = collections.namedtuple( variable
182 message Operand { message
2006 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
255 class Operand(NamedVariable): class
760 bool compliantWithV1_3(const V1_3::Operand& /*operand*/) { in compliantWithV1_3()
170 using Operand = ::android::nn::Operand; typedef