Home
last modified time | relevance | path

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

/hardware/interfaces/neuralnetworks/1.2/vts/functional/
DCompilationCachingTests.cpp260 CompilationCachingTestBase(OperandType type) : kOperandType(type) {} in CompilationCachingTestBase()
321 if (kOperandType == OperandType::TENSOR_FLOAT32) { in createTestModel()
329 if (kOperandType == OperandType::TENSOR_FLOAT32) { in get_examples()
337 if (kOperandType == OperandType::TENSOR_FLOAT32) { in createLargeTestModel()
345 if (kOperandType == OperandType::TENSOR_FLOAT32) { in getLargeModelExamples()
457 const OperandType kOperandType; member in android::hardware::neuralnetworks::V1_2::vts::functional::CompilationCachingTestBase