Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/common/include/
DCpuExecutor.h38 struct RunTimeOperandInfo { struct
40 OperandType type;
56 std::vector<uint32_t> dimensions;
58 float scale;
59 int32_t zeroPoint;
63 uint8_t* buffer; // TODO(b/148273353): Change the type to void*.
65 uint32_t length;
67 Operand::LifeTime lifetime;
72 uint32_t numberOfUsesLeft;
74 Operand::ExtraParams extraParams;
[all …]
/packages/modules/NeuralNetworks/common/cpu_operations/
DLSTM.cpp133 const RunTimeOperandInfo* /*input_*/, const RunTimeOperandInfo* input_to_input_weights, in CheckInputTensorDimensions()