Searched refs:a_type (Results 1 – 4 of 4) sorted by relevance
/frameworks/rs/tests/java_api/RsBLAS_Benchmark/src/com/example/android/rs/blasbenchmark/ |
D | BNNMTest.java | 223 Type a_type = builder.setX(k).setY(m).create(); in setTestSmall() local 227 matA = Allocation.createTyped(mRS, a_type); in setTestSmall() 293 Type a_type = builder.setX(k).setY(m).create(); in setTestMedium() local 297 matA = Allocation.createTyped(mRS, a_type); in setTestMedium() 342 Type a_type = builder.setX(k).setY(m).create(); in setTestLarge() local 346 matA = Allocation.createTyped(mRS, a_type); in setTestLarge()
|
D | SGEMMTest.java | 146 Type a_type = builder.setX(k).setY(m).create(); in setTestSmall() local 150 matA = Allocation.createTyped(mRS, a_type); in setTestSmall() 201 Type a_type = builder.setX(k).setY(m).create(); in setTestMedium() local 205 matA = Allocation.createTyped(mRS, a_type); in setTestMedium() 249 Type a_type = builder.setX(k).setY(m).create(); in setTestLarge() local 253 matA = Allocation.createTyped(mRS, a_type); in setTestLarge()
|
D | GoogLeNet.java | 178 Type a_type = builder.setX(k).setY(m).create(); in setTest() local 186 Allocation A = Allocation.createTyped(mRS, a_type); in setTest()
|
/frameworks/av/media/libstagefright/xmlparser/ |
D | MediaCodecsXmlParser.cpp | 916 const char *a_type = nullptr; in enterMediaCodec() local 934 a_type = attrs[++i]; in enterMediaCodec() 965 Result res = mState->enterMediaCodec(encoder, a_name, a_type, update); in enterMediaCodec()
|