Searched defs:OperandType (Results 1 – 3 of 3) sorted by relevance
/frameworks/ml/nn/runtime/include/ |
D | NeuralNetworksWrapperExtensions.h | 46 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
|
D | NeuralNetworksWrapper.h | 97 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/ |
D | README.md | 33 #### OperandType subsubsection
|