Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp2613 ANeuralNetworksOperandType floatScalar = {.type = ANEURALNETWORKS_FLOAT32, in TEST() local
2640 ANeuralNetworksOperandType clipCellState = floatScalar; in TEST()
2641 ANeuralNetworksOperandType clipProjLayer = floatScalar; in TEST()
2695 ANeuralNetworksOperandType floatScalar = { in lstmTestV1_2() local
2724 ANeuralNetworksOperandType clipCellState = floatScalar; in lstmTestV1_2()
2725 ANeuralNetworksOperandType clipProjLayer = floatScalar; in lstmTestV1_2()
2805 ANeuralNetworksOperandType floatScalar = { in lstmBidirectionalSequence() local
2868 ANeuralNetworksOperandType clipCellState = floatScalar; in lstmBidirectionalSequence()
2869 ANeuralNetworksOperandType clipProjLayer = floatScalar; in lstmBidirectionalSequence()
3292 ANeuralNetworksOperandType floatScalar = getOpType(ANEURALNETWORKS_FLOAT32); in instanceNormalizationOpTest() local
[all …]