Searched defs:Operand (Results 1 – 8 of 8) sorted by relevance
436 struct Operand { struct440 enum class LifeTime {499 using NoParams = std::monostate;504 struct SymmPerChannelQuantParams {531 OperandType type{}; argument580 * See {@link OperandType}. argument589 * See {@link OperandType}. argument591 int32_t zeroPoint = 0;629 DataLocation location;634 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