Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/NeuralNetworks/common/cpu_operations/
DQuantizedLSTMTest.cpp32 struct OperandTypeParams { struct
33 Type type;
34 std::vector<uint32_t> shape;
35 float scale;
36 int32_t zeroPoint;
38 OperandTypeParams(Type type, std::vector<uint32_t> shape, float scale, int32_t zeroPoint) in OperandTypeParams() function