Home
last modified time | relevance | path

Searched defs:OperandInfo (Results 1 – 1 of 1) sorted by relevance

/hardware/qcom/neuralnetworks/hvxservice/1.0/
DHexagonModel.h44 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;
[all …]