Home
last modified time | relevance | path

Searched refs:UINT32 (Results 1 – 20 of 20) sorted by relevance

/frameworks/ml/nn/common/
DGraphDump.cpp103 case OperandType::UINT32: in translate()
207 tryValueDump<OperandType::UINT32, unsigned>(dump, model, opnd); in graphDump()
DValidateHal.cpp104 case OperandType::UINT32: in validateOperandExtraParams()
188 case OperandType::UINT32: in validateOperands()
233 case OperandType::UINT32: in validateOperands()
283 case OperandType::UINT32: in validateOperands()
947 case V1_0::OperandType::UINT32: in validOperandType()
964 case V1_2::OperandType::UINT32: in validOperandType()
988 case V1_3::OperandType::UINT32: in validOperandType()
DUtils.cpp2074 OperandType::INT32, OperandType::UINT32, OperandType::TENSOR_INT32, OperandType::OEM,
/frameworks/av/media/codec2/tests/
DC2SampleComponent_test.cpp38 case FD::UINT32: *os << "u32"; break; in PrintTo()
338 case C2FieldDescriptor::UINT32: cout << "uint32_t "; break; in dumpType()
366 case C2FieldDescriptor::UINT32: cout << get(p.second, (uint32_t *)0); break; in dumpStruct()
DC2Param_test.cpp36 case FD::UINT32: *os << "u32"; break; in PrintTo()
135 { FD::UINT32, 1, "u32", 20, 4 },
271 std::is_same<T, uint32_t>::value ? FD::UINT32 :
2286 EXPECT_EQ(FD::UINT32, fields.cbegin()->type()); in TEST_F()
2464 EXPECT_EQ(C2Value::UINT32, val.type()); in TEST_F()
/frameworks/av/media/codec2/sfplugin/
DReflectedParamUpdater.cpp59 case C2Value::UINT32: in debugString()
169 case C2FieldDescriptor::UINT32: in addParamStructDesc()
401 case C2FieldDescriptor::UINT32: in parseMessageAndDoWork()
560 case C2FieldDescriptor::UINT32: c2Value = *((uint32_t *)data); break; in getParams()
/frameworks/av/media/codec2/core/include/
DC2Param.h869 UINT32, enumerator
919 case UINT32: in SizeFor()
946 template<> constexpr C2Value::type_t C2Value::TypeFor<uint8_t, false>() { return UINT32; }
947 template<> constexpr C2Value::type_t C2Value::TypeFor<uint32_t, false>() { return UINT32; }
972 UINT32 = C2Value::UINT32, ///< 32-bit unsigned integer enumerator
1077 inline static type_t GetType(uint32_t*) { return UINT32; } in GetType()
/frameworks/ml/nn/runtime/test/android_fuzzing/
DStaticAssert.cpp28 static_assert(static_cast<TestOperandType>(UINT32) == TestOperandType::UINT32);
DModel.proto24 UINT32 = 2; enumerator
/frameworks/ml/nn/runtime/test/android_fuzzing/corpus/
Dseed49058 type: UINT32
Dseed139106 type: UINT32
/frameworks/ml/nn/runtime/test/
DTestAssertions.cpp29 CHECK_TEST_ENUM(TestOperandType, UINT32);
/frameworks/av/media/codec2/vndk/util/
DC2Debug.cpp60 case C2FieldDescriptor::UINT32: return "u32"; in asString()
DC2InterfaceHelper.cpp103 case C2FieldDescriptor::UINT32: fsv = C2SupportedRange<uint32_t>::Any(); break; in createFieldsAndSupportedValues()
DC2InterfaceUtils.cpp789 case C2FieldDescriptor::UINT32: in isArithmetic()
/frameworks/ml/nn/tools/test_generator/test_harness/include/
DTestHarness.h62 UINT32 = 2, enumerator
/frameworks/ml/nn/tools/test_generator/test_harness/
DTestHarness.cpp751 case TestOperandType::UINT32: in convertToFloat32Model()
827 case TestOperandType::UINT32: in setExpectedOutputsFromFloat32Results()
/frameworks/ml/nn/runtime/include/
DNeuralNetworksWrapper.h39 UINT32 = ANEURALNETWORKS_UINT32, enumerator
/frameworks/ml/nn/runtime/
DNeuralNetworks.cpp268 static_assert(static_cast<int32_t>(OperandType::UINT32) == ANEURALNETWORKS_UINT32,
/frameworks/ml/nn/tools/api/
Dtypes.spec199 %{ANN}UINT32 = 2,