Home
last modified time | relevance | path

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

/frameworks/av/media/codec2/core/include/
DC2Param.h1076 inline static type_t GetType(int32_t*) { return INT32; } in GetType() function
1077 inline static type_t GetType(uint32_t*) { return UINT32; } in GetType() function
1078 inline static type_t GetType(c2_cntr32_t*) { return CNTR32; } in GetType() function
1079 inline static type_t GetType(int64_t*) { return INT64; } in GetType() function
1080 inline static type_t GetType(uint64_t*) { return UINT64; } in GetType() function
1081 inline static type_t GetType(c2_cntr64_t*) { return CNTR64; } in GetType() function
1082 inline static type_t GetType(float*) { return FLOAT; } in GetType() function
1083 inline static type_t GetType(char*) { return STRING; } in GetType() function
1084 inline static type_t GetType(uint8_t*) { return BLOB; } in GetType() function
1088 inline static type_t GetType(T*) { in GetType() function
[all …]
/frameworks/ml/nn/tools/test_generator/
Dtest_generator.py170 def GetType(vt, dimensions, scale=0, zeroPoint=0, extraParams=None): member in Type