Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapperExtensions.h46 struct OperandType { struct
50 ANeuralNetworksOperandType operandType; argument
54 OperandType(const OperandType& other) in OperandType() function
83 OperandType(Type type, std::vector<uint32_t> dimensions, float scale, int32_t zeroPoint, in OperandType() argument
87 OperandType(Type type, std::vector<uint32_t> dimensions, ExtraParams&& extraParams) in OperandType() function
DNeuralNetworksWrapper.h97 struct OperandType { struct
98 ANeuralNetworksOperandType operandType; argument
102 OperandType(const OperandType& other) in OperandType() argument
130 OperandType(Type type, std::vector<uint32_t> data, float scale, int32_t zeroPoint, in OperandType() argument
/frameworks/ml/nn/tools/test_generator/
DREADME.md33 #### OperandType subsubsection