Home
last modified time | relevance | path

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

/frameworks/ml/nn/common/include/
DCpuExecutor.h36 struct RunTimeOperandInfo { struct
38 OperandType type;
54 std::vector<uint32_t> dimensions;
56 float scale;
57 int32_t zeroPoint;
61 uint8_t* buffer;
63 uint32_t length;
65 OperandLifeTime lifetime;
70 uint32_t numberOfUsesLeft;
72 Operand::ExtraParams extraParams;
[all …]