Home
last modified time | relevance | path

Searched refs:WrapperOperandType (Results 1 – 7 of 7) sorted by relevance

/frameworks/ml/nn/runtime/test/
DTestMemoryInternal.cpp37 using WrapperOperandType = ::android::nn::test_wrapper::OperandType; typedef
118 WrapperOperandType matrixType(WrapperType::TENSOR_FLOAT32, {3, 4}); in TEST_F()
119 WrapperOperandType scalarType(WrapperType::INT32, {}); in TEST_F()
237 WrapperOperandType type3(WrapperType::INT32, {}); in TEST_F()
238 WrapperOperandType type2(WrapperType::TENSOR_INT32, {128}, 0.25, 0); in TEST_F()
239 WrapperOperandType type0(WrapperType::TENSOR_QUANT8_ASYMM, {12, 104, 104, 128}, 0.5, 0); in TEST_F()
240 WrapperOperandType type4(WrapperType::TENSOR_QUANT8_ASYMM, {12, 92, 92, 128}, 1.0, 0); in TEST_F()
241 WrapperOperandType type1(WrapperType::TENSOR_QUANT8_ASYMM, {128, 13, 13, 128}, 0.5, 0); in TEST_F()
DTestMemory.cpp30 using WrapperOperandType = ::android::nn::test_wrapper::OperandType; typedef
60 WrapperOperandType matrixType(WrapperType::TENSOR_FLOAT32, {3, 4}); in TEST_F()
61 WrapperOperandType scalarType(WrapperType::INT32, {}); in TEST_F()
118 WrapperOperandType matrixType(WrapperType::TENSOR_FLOAT32, {3, 4}); in TEST_F()
119 WrapperOperandType scalarType(WrapperType::INT32, {}); in TEST_F()
DTestCompliance.cpp30 using WrapperOperandType = test_wrapper::OperandType; typedef
62 static const WrapperOperandType kTypeTensorFloat(WrapperType::TENSOR_FLOAT32, {1});
63 static const WrapperOperandType kTypeTensorFloatRank0(WrapperType::TENSOR_FLOAT32, {});
64 static const WrapperOperandType kTypeInt32(WrapperType::INT32, {});
DTestIntrospectionControl.cpp51 using WrapperOperandType = nn::test_wrapper::OperandType; typedef
187 WrapperOperandType type0(WrapperType::TENSOR_FLOAT32, {2}); in createSimpleAddModel()
188 WrapperOperandType type1(WrapperType::INT32, {}); in createSimpleAddModel()
725 WrapperOperandType type0(WrapperType::TENSOR_FLOAT32, {2}); in createAddMulModel()
726 WrapperOperandType type1(WrapperType::INT32, {}); in createAddMulModel()
DTestPartitioningRandom.cpp108 using WrapperOperandType = nn::test_wrapper::OperandType; typedef
414 const WrapperOperandType biasType(WrapperType::TENSOR_FLOAT32, { problemSize }); in makeRnnSpecialInput()
433 const WrapperOperandType permType(WrapperType::TENSOR_INT32, {2}); in makeTransposeSpecialInput()
699 const WrapperOperandType problemType(WrapperType::TENSOR_FLOAT32, { problemSize, problemSize }); in TEST_P()
700 const WrapperOperandType unknownDimensionsType(WrapperType::TENSOR_FLOAT32, { 0, 0 }); in TEST_P()
702 static const WrapperOperandType activationFunctionType(WrapperType::INT32, { }); in TEST_P()
DTestExecution.cpp48 using WrapperOperandType = nn::test_wrapper::OperandType; typedef
434 static const WrapperOperandType tensorType(WrapperType::TENSOR_FLOAT32, { 1 }); in makeModel()
DTestPartitioning.cpp151 using WrapperOperandType = ::android::nn::test_wrapper::OperandType; typedef
497 WrapperOperandType wrapperOperandType(wrapperType, {}); in addOperand()
506 WrapperOperandType wrapperOperandType(wrapperType, {1}); in addOperand()
516 WrapperOperandType wrapperOperandType(wrapperType, {1}, 1.0f); in addOperand()
522 WrapperOperandType wrapperOperandType(wrapperType, {1}, 0.0f, 0, in addOperand()
624 WrapperOperandType type = mWrapperOperandType.at(operand); in addOperandOfSameType()
633 std::vector<WrapperOperandType> mWrapperOperandType;