Home
last modified time | relevance | path

Searched refs:RandomPartitioningTest (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/NeuralNetworks/runtime/test/
DTestPartitioningRandom.cpp341 class RandomPartitioningTest : public ::testing::TestWithParam<unsigned> { class
343 RandomPartitioningTest() : mRandNumEng(GetParam() /* seed */), mRandNumUnitDist(0.0, 1.0) {} in RandomPartitioningTest() function in android::__anonf64eb78a0111::RandomPartitioningTest
386 int (RandomPartitioningTest::*mMakeSpecialInput)(unsigned, TestModel*, unsigned);
477 const RandomPartitioningTest::OperationPattern RandomPartitioningTest::kOperationPatterns[] = {
482 &RandomPartitioningTest::makeRnnSpecialInput},
487 &RandomPartitioningTest::makeTransposeSpecialInput},
494 &RandomPartitioningTest::makeEluSpecialInput},
498 HalVersion RandomPartitioningTest::getMinHalVersion(ANeuralNetworksOperationType type) { in getMinHalVersion()
510 Signature RandomPartitioningTest::getSignature(const HidlModel& model, in getSignature()
536 std::string RandomPartitioningTest::to_string(HalVersion version) { in to_string()
[all …]
/aosp_15_r20/development/tools/repo_diff/service/repodiff/persistence/filesystem/testdata/
H A Dcommit.csv21433 …orm/frameworks/ml,[email protected],Make RandomPartitioningTest more easil…