Lines Matching defs:OperandInfo
44 struct OperandInfo { struct
46 OperandType type;
47 std::vector<uint32_t> dimensions;
50 float scale;
51 int32_t zeroPoint;
54 OperandLifeTime lifetime;
57 uint8_t* buffer;
58 uint32_t length;
61 hexagon_nn_input hexagon_input;
62 hexagon_nn_input hexagon_input_min;
63 hexagon_nn_input hexagon_input_max;
64 hexagon_nn_output hexagon_output;