Home
last modified time | relevance | path

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

/frameworks/ml/nn/runtime/test/
DTestValidateOperations.cpp1173 ANeuralNetworksOperandType quant8Tensor2D = { in TEST() local
1188 ANeuralNetworksOperandType input = quant8Tensor2D; in TEST()
1189 ANeuralNetworksOperandType input_to_input_weights = quant8Tensor2D; in TEST()
1190 ANeuralNetworksOperandType input_to_forget_weights = quant8Tensor2D; in TEST()
1191 ANeuralNetworksOperandType input_to_cell_weights = quant8Tensor2D; in TEST()
1192 ANeuralNetworksOperandType input_to_output_weights = quant8Tensor2D; in TEST()
1193 ANeuralNetworksOperandType recurrent_to_input_weights = quant8Tensor2D; in TEST()
1194 ANeuralNetworksOperandType recurrent_to_forget_weights = quant8Tensor2D; in TEST()
1195 ANeuralNetworksOperandType recurrent_to_cell_weights = quant8Tensor2D; in TEST()
1196 ANeuralNetworksOperandType recurrent_to_output_weights = quant8Tensor2D; in TEST()
[all …]