/aosp12/packages/modules/NeuralNetworks/common/ |
H A D | LegacyUtils.cpp | 771 std::vector<OperandType> inExpectedTypes; in validateOperation() local 811 std::vector<OperandType> inExpectedTypes; in validateOperation() local 851 std::vector<OperandType> inExpectedTypes; in validateOperation() local 947 std::vector<OperandType> inExpectedTypes; in validateOperation() local 988 std::vector<OperandType> inExpectedTypes; in validateOperation() local 1031 std::vector<OperandType> inExpectedTypes; in validateOperation() local 1094 std::vector<OperandType> inExpectedTypes; in validateOperation() local 1118 std::vector<OperandType> inExpectedTypes; in validateOperation() local 1182 std::vector<OperandType> inExpectedTypes; in validateOperation() local 1232 std::vector<OperandType> inExpectedTypes; in validateOperation() local [all …]
|
H A D | Validation.cpp | 1820 std::vector<OperandType> inExpectedTypes; in validateOperationButNotOperandsImpl() local 1857 std::vector<OperandType> inExpectedTypes; in validateOperationButNotOperandsImpl() local 1896 std::vector<OperandType> inExpectedTypes; in validateOperationButNotOperandsImpl() local 1980 std::vector<OperandType> inExpectedTypes; in validateOperationButNotOperandsImpl() local 2019 std::vector<OperandType> inExpectedTypes; in validateOperationButNotOperandsImpl() local 2058 std::vector<OperandType> inExpectedTypes; in validateOperationButNotOperandsImpl() local 2115 std::vector<OperandType> inExpectedTypes; in validateOperationButNotOperandsImpl() local 2132 std::vector<OperandType> inExpectedTypes; in validateOperationButNotOperandsImpl() local 2192 std::vector<OperandType> inExpectedTypes; in validateOperationButNotOperandsImpl() local 2241 std::vector<OperandType> inExpectedTypes; in validateOperationButNotOperandsImpl() local [all …]
|
/aosp12/packages/modules/NeuralNetworks/common/operations/ |
H A D | LogSoftmax.cpp | 77 std::vector<OperandType> inExpectedTypes; in validate() local
|
H A D | Concatenation.cpp | 159 std::vector<OperandType> inExpectedTypes(inputCount - 1, inputType); in validate() local
|
H A D | LocalResponseNormalization.cpp | 145 std::vector<OperandType> inExpectedTypes; in validate() local
|
H A D | InstanceNormalization.cpp | 110 std::vector<OperandType> inExpectedTypes; in validate() local
|
H A D | ResizeImageOps.cpp | 189 std::vector<OperandType> inExpectedTypes = {inputType, scalarType, scalarType}; in validate() local
|
H A D | RoiPooling.cpp | 195 std::vector<OperandType> inExpectedTypes; in validate() local
|
H A D | FullyConnected.cpp | 229 std::vector<OperandType> inExpectedTypes; in validate() local
|
H A D | UnidirectionalSequenceLSTM.cpp | 125 std::vector<OperandType> inExpectedTypes; in validate() local
|
H A D | L2Normalization.cpp | 210 std::vector<OperandType> inExpectedTypes = {inputType}; in validate() local
|
H A D | Softmax.cpp | 240 std::vector<OperandType> inExpectedTypes; in validate() local
|
H A D | HeatmapMaxKeypoint.cpp | 235 std::vector<OperandType> inExpectedTypes; in validate() local
|
H A D | Pooling.cpp | 301 std::vector<OperandType> inExpectedTypes; in validate() local
|
H A D | GenerateProposals.cpp | 208 std::vector<OperandType> inExpectedTypes; in validate() local 716 std::vector<OperandType> inExpectedTypes; in validate() local 1230 std::vector<OperandType> inExpectedTypes; in validate() local 1590 std::vector<OperandType> inExpectedTypes; in validate() local
|
H A D | RoiAlign.cpp | 348 std::vector<OperandType> inExpectedTypes; in validate() local
|
H A D | QLSTM.cpp | 111 std::vector<OperandType> inExpectedTypes; in validate() local
|
H A D | TransposeConv2D.cpp | 447 std::vector<OperandType> inExpectedTypes; in validate() local
|
H A D | DepthwiseConv2D.cpp | 428 std::vector<OperandType> inExpectedTypes; in validate() local
|
H A D | Conv2D.cpp | 550 std::vector<OperandType> inExpectedTypes; in validate() local
|