Searched defs:Operand (Results 1 – 8 of 8) sorted by relevance
19 Operand = collections.namedtuple( variable
423 struct Operand { struct427 enum class LifeTime {486 using NoParams = std::monostate;491 struct SymmPerChannelQuantParams {518 OperandType type{}; argument567 * See {@link OperandType}. argument576 * See {@link OperandType}. argument578 int32_t zeroPoint = 0;616 DataLocation location;621 ExtraParams extraParams;
20 Operand = collections.namedtuple( variable
163 message Operand { message
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
255 class Operand(NamedVariable): class
759 bool compliantWithV1_3(const V1_3::Operand& /*operand*/) { in compliantWithV1_3()
169 using Operand = ::android::nn::Operand; typedef