Home
last modified time | relevance | path

Searched refs:ConstTensorData (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/armnn/src/armnnSerializer/
H A DSerializerUtils.cpp45 armnnSerializer::ConstTensorData GetFlatBufferConstTensorData(armnn::DataType dataType) in GetFlatBufferConstTensorData()
51 return armnnSerializer::ConstTensorData::ConstTensorData_IntData; in GetFlatBufferConstTensorData()
54 return armnnSerializer::ConstTensorData::ConstTensorData_ShortData; in GetFlatBufferConstTensorData()
59 return armnnSerializer::ConstTensorData::ConstTensorData_ByteData; in GetFlatBufferConstTensorData()
61 return armnnSerializer::ConstTensorData::ConstTensorData_LongData; in GetFlatBufferConstTensorData()
63 return armnnSerializer::ConstTensorData::ConstTensorData_NONE; in GetFlatBufferConstTensorData()
H A DSerializerUtils.hpp15 armnnSerializer::ConstTensorData GetFlatBufferConstTensorData(armnn::DataType dataType);
H A DArmnnSchema.fbs99 union ConstTensorData { ByteData, ShortData, IntData, LongData }
103 data:ConstTensorData;
/aosp_15_r20/external/armnn/generated/
H A DArmnnSchema_generated.h668 enum ConstTensorData : uint8_t { enum
678 inline const ConstTensorData (&EnumValuesConstTensorData())[5] { in EnumValuesConstTensorData()
679 static const ConstTensorData values[] = { in EnumValuesConstTensorData()
701 inline const char *EnumNameConstTensorData(ConstTensorData e) { in EnumNameConstTensorData()
708 static const ConstTensorData enum_value = ConstTensorData_NONE;
712 static const ConstTensorData enum_value = ConstTensorData_ByteData;
716 static const ConstTensorData enum_value = ConstTensorData_ShortData;
720 static const ConstTensorData enum_value = ConstTensorData_IntData;
724 static const ConstTensorData enum_value = ConstTensorData_LongData;
727 bool VerifyConstTensorData(flatbuffers::Verifier &verifier, const void *obj, ConstTensorData type);
[all …]