Searched defs:RunTimeOperandInfo (Results 1 – 1 of 1) sorted by relevance
38 struct RunTimeOperandInfo { struct40 OperandType type;56 std::vector<uint32_t> dimensions;58 float scale;59 int32_t zeroPoint;65 uint32_t length;67 Operand::LifeTime lifetime;72 uint32_t numberOfUsesLeft;74 Operand::ExtraParams extraParams;76 Shape shape() const { in shape()[all …]