Lines Matching refs:floatTensor2D

2603     ANeuralNetworksOperandType floatTensor2D = {.type = ANEURALNETWORKS_TENSOR_FLOAT32,  in TEST()  local
2619 ANeuralNetworksOperandType input = floatTensor2D; in TEST()
2620 ANeuralNetworksOperandType inputToInput = floatTensor2D; in TEST()
2621 ANeuralNetworksOperandType inputToForget = floatTensor2D; in TEST()
2622 ANeuralNetworksOperandType inputToCell = floatTensor2D; in TEST()
2623 ANeuralNetworksOperandType inputToOutput = floatTensor2D; in TEST()
2624 ANeuralNetworksOperandType recurrentToInput = floatTensor2D; in TEST()
2625 ANeuralNetworksOperandType recurrentToForget = floatTensor2D; in TEST()
2626 ANeuralNetworksOperandType recurrentToCell = floatTensor2D; in TEST()
2627 ANeuralNetworksOperandType recurrentToOutput = floatTensor2D; in TEST()
2635 ANeuralNetworksOperandType projWeights = floatTensor2D; in TEST()
2637 ANeuralNetworksOperandType outputStateIn = floatTensor2D; in TEST()
2638 ANeuralNetworksOperandType cellStateIn = floatTensor2D; in TEST()
2643 ANeuralNetworksOperandType scratch = floatTensor2D; in TEST()
2644 ANeuralNetworksOperandType outputStateOut = floatTensor2D; in TEST()
2645 ANeuralNetworksOperandType cellStateOut = floatTensor2D; in TEST()
2646 ANeuralNetworksOperandType output = floatTensor2D; in TEST()
2685 ANeuralNetworksOperandType floatTensor2D = {.type = operandCode, in lstmTestV1_2() local
2703 ANeuralNetworksOperandType input = floatTensor2D; in lstmTestV1_2()
2704 ANeuralNetworksOperandType inputToInput = floatTensor2D; in lstmTestV1_2()
2705 ANeuralNetworksOperandType inputToForget = floatTensor2D; in lstmTestV1_2()
2706 ANeuralNetworksOperandType inputToCell = floatTensor2D; in lstmTestV1_2()
2707 ANeuralNetworksOperandType inputToOutput = floatTensor2D; in lstmTestV1_2()
2708 ANeuralNetworksOperandType recurrentToInput = floatTensor2D; in lstmTestV1_2()
2709 ANeuralNetworksOperandType recurrentToForget = floatTensor2D; in lstmTestV1_2()
2710 ANeuralNetworksOperandType recurrentToCell = floatTensor2D; in lstmTestV1_2()
2711 ANeuralNetworksOperandType recurrentToOutput = floatTensor2D; in lstmTestV1_2()
2719 ANeuralNetworksOperandType projWeights = floatTensor2D; in lstmTestV1_2()
2721 ANeuralNetworksOperandType outputStateIn = floatTensor2D; in lstmTestV1_2()
2722 ANeuralNetworksOperandType cellStateIn = floatTensor2D; in lstmTestV1_2()
2731 ANeuralNetworksOperandType scratch = floatTensor2D; in lstmTestV1_2()
2732 ANeuralNetworksOperandType outputStateOut = floatTensor2D; in lstmTestV1_2()
2733 ANeuralNetworksOperandType cellStateOut = floatTensor2D; in lstmTestV1_2()
2734 ANeuralNetworksOperandType output = floatTensor2D; in lstmTestV1_2()
2784 ANeuralNetworksOperandType floatTensor2D = { in lstmBidirectionalSequence() local
2820 ANeuralNetworksOperandType inputToInputFw = floatTensor2D; in lstmBidirectionalSequence()
2821 ANeuralNetworksOperandType inputToForgetFw = floatTensor2D; in lstmBidirectionalSequence()
2822 ANeuralNetworksOperandType inputToCellFw = floatTensor2D; in lstmBidirectionalSequence()
2823 ANeuralNetworksOperandType inputToOutputFw = floatTensor2D; in lstmBidirectionalSequence()
2824 ANeuralNetworksOperandType recurrentToInputFw = floatTensor2D; in lstmBidirectionalSequence()
2825 ANeuralNetworksOperandType recurrentToForgetFw = floatTensor2D; in lstmBidirectionalSequence()
2826 ANeuralNetworksOperandType recurrentToCellFw = floatTensor2D; in lstmBidirectionalSequence()
2827 ANeuralNetworksOperandType recurrentToOutputFw = floatTensor2D; in lstmBidirectionalSequence()
2835 ANeuralNetworksOperandType projWeightsFw = floatTensor2D; in lstmBidirectionalSequence()
2837 ANeuralNetworksOperandType outputStateInFw = floatTensor2D; in lstmBidirectionalSequence()
2838 ANeuralNetworksOperandType cellStateInFw = floatTensor2D; in lstmBidirectionalSequence()
2839 ANeuralNetworksOperandType inputToInputBw = floatTensor2D; in lstmBidirectionalSequence()
2840 ANeuralNetworksOperandType inputToForgetBw = floatTensor2D; in lstmBidirectionalSequence()
2841 ANeuralNetworksOperandType inputToCellBw = floatTensor2D; in lstmBidirectionalSequence()
2842 ANeuralNetworksOperandType inputToOutputBw = floatTensor2D; in lstmBidirectionalSequence()
2843 ANeuralNetworksOperandType recurrentToInputBw = floatTensor2D; in lstmBidirectionalSequence()
2844 ANeuralNetworksOperandType recurrentToForgetBw = floatTensor2D; in lstmBidirectionalSequence()
2845 ANeuralNetworksOperandType recurrentToCellBw = floatTensor2D; in lstmBidirectionalSequence()
2846 ANeuralNetworksOperandType recurrentToOutputBw = floatTensor2D; in lstmBidirectionalSequence()
2854 ANeuralNetworksOperandType projWeightsBw = floatTensor2D; in lstmBidirectionalSequence()
2856 ANeuralNetworksOperandType outputStateInBw = floatTensor2D; in lstmBidirectionalSequence()
2857 ANeuralNetworksOperandType cellStateInBw = floatTensor2D; in lstmBidirectionalSequence()
2859 ANeuralNetworksOperandType auxInputToInputFw = floatTensor2D; in lstmBidirectionalSequence()
2860 ANeuralNetworksOperandType auxInputToForgetFw = floatTensor2D; in lstmBidirectionalSequence()
2861 ANeuralNetworksOperandType auxInputToCellFw = floatTensor2D; in lstmBidirectionalSequence()
2862 ANeuralNetworksOperandType auxInputToOutputFw = floatTensor2D; in lstmBidirectionalSequence()
2863 ANeuralNetworksOperandType auxInputToInputBw = floatTensor2D; in lstmBidirectionalSequence()
2864 ANeuralNetworksOperandType auxInputToForgetBw = floatTensor2D; in lstmBidirectionalSequence()
2865 ANeuralNetworksOperandType auxInputToCellBw = floatTensor2D; in lstmBidirectionalSequence()
2866 ANeuralNetworksOperandType auxInputToOutputBw = floatTensor2D; in lstmBidirectionalSequence()
2881 ANeuralNetworksOperandType outputFw = floatTensor2D; in lstmBidirectionalSequence()
2882 ANeuralNetworksOperandType outputBw = floatTensor2D; in lstmBidirectionalSequence()
3007 ANeuralNetworksOperandType floatTensor2D = {.type = ANEURALNETWORKS_TENSOR_FLOAT16, in TEST() local
3018 ANeuralNetworksOperandType input = floatTensor2D; in TEST()
3019 ANeuralNetworksOperandType weights = floatTensor2D; in TEST()
3020 ANeuralNetworksOperandType recurrentWeights = floatTensor2D; in TEST()
3022 ANeuralNetworksOperandType hiddenStateIn = floatTensor2D; in TEST()
3025 ANeuralNetworksOperandType hiddenStateOut = floatTensor2D; in TEST()
3026 ANeuralNetworksOperandType output = floatTensor2D; in TEST()
3042 ANeuralNetworksOperandType floatTensor2D = {.type = ANEURALNETWORKS_TENSOR_FLOAT32, in TEST() local
3053 ANeuralNetworksOperandType input = floatTensor2D; in TEST()
3054 ANeuralNetworksOperandType weights = floatTensor2D; in TEST()
3055 ANeuralNetworksOperandType recurrentWeights = floatTensor2D; in TEST()
3057 ANeuralNetworksOperandType hiddenStateIn = floatTensor2D; in TEST()
3060 ANeuralNetworksOperandType hiddenStateOut = floatTensor2D; in TEST()
3061 ANeuralNetworksOperandType output = floatTensor2D; in TEST()
3077 ANeuralNetworksOperandType floatTensor2D = {.type = ANEURALNETWORKS_TENSOR_FLOAT32, in TEST() local
3088 ANeuralNetworksOperandType input = floatTensor2D; in TEST()
3089 ANeuralNetworksOperandType weightsFeature = floatTensor2D; in TEST()
3090 ANeuralNetworksOperandType weightsTime = floatTensor2D; in TEST()
3092 ANeuralNetworksOperandType stateIn = floatTensor2D; in TEST()
3096 ANeuralNetworksOperandType stateOut = floatTensor2D; in TEST()
3097 ANeuralNetworksOperandType output = floatTensor2D; in TEST()
3114 ANeuralNetworksOperandType floatTensor2D = {.type = ANEURALNETWORKS_TENSOR_FLOAT16, in TEST() local
3125 ANeuralNetworksOperandType input = floatTensor2D; in TEST()
3126 ANeuralNetworksOperandType weightsFeature = floatTensor2D; in TEST()
3127 ANeuralNetworksOperandType weightsTime = floatTensor2D; in TEST()
3129 ANeuralNetworksOperandType stateIn = floatTensor2D; in TEST()
3133 ANeuralNetworksOperandType stateOut = floatTensor2D; in TEST()
3134 ANeuralNetworksOperandType output = floatTensor2D; in TEST()