Home
last modified time | relevance | path

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

/aosp12/packages/modules/NeuralNetworks/common/include/
H A DCpuExecutor.h38 struct RunTimeOperandInfo { struct
40 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 …]