Searched defs:CodeStruct (Results 1 – 2 of 2) sorted by relevance
| /third_party/mindspore/mindspore/lite/micro/coder/opcoders/serializers/nnacl_serializer/ |
| D | nnacl_fp32_serializer.cc | 24 void NNaclFp32Serializer::CodeStruct(const std::string &name, const PoolingParameter &pooling_param… in CodeStruct() function in mindspore::lite::micro::nnacl::NNaclFp32Serializer 40 void NNaclFp32Serializer::CodeStruct(const std::string &name, const BatchNormParameter &batch_norm_… in CodeStruct() function in mindspore::lite::micro::nnacl::NNaclFp32Serializer 46 void NNaclFp32Serializer::CodeStruct(const std::string &name, const ArithmeticParameter &arithmetic… in CodeStruct() function in mindspore::lite::micro::nnacl::NNaclFp32Serializer 57 void NNaclFp32Serializer::CodeStruct(const std::string &name, const SoftmaxParameter &softmax_param… in CodeStruct() function in mindspore::lite::micro::nnacl::NNaclFp32Serializer 62 void NNaclFp32Serializer::CodeStruct(const std::string &name, const ConvParameter &conv_parameter) { in CodeStruct() function in mindspore::lite::micro::nnacl::NNaclFp32Serializer 75 void NNaclFp32Serializer::CodeStruct(const std::string &name, const MatMulParameter &mat_mul_parame… in CodeStruct() function in mindspore::lite::micro::nnacl::NNaclFp32Serializer 85 void NNaclFp32Serializer::CodeStruct(const std::string &name, const ScaleParameter &scale_parameter… in CodeStruct() function in mindspore::lite::micro::nnacl::NNaclFp32Serializer 91 void NNaclFp32Serializer::CodeStruct(const std::string &name, const SliceParameter &slice_parameter… in CodeStruct() function in mindspore::lite::micro::nnacl::NNaclFp32Serializer 97 void NNaclFp32Serializer::CodeStruct(const std::string &name, const TileParameter &tile_parameter) { in CodeStruct() function in mindspore::lite::micro::nnacl::NNaclFp32Serializer 103 void NNaclFp32Serializer::CodeStruct(const std::string &name, const TransposeParameter &transpose_p… in CodeStruct() function in mindspore::lite::micro::nnacl::NNaclFp32Serializer [all …]
|
| D | nnacl_int8_serializer.cc | 23 void NNaclInt8Serializer::CodeStruct(const std::string &name, const ConvParameter &conv_parameter) { in CodeStruct() function in mindspore::lite::micro::nnacl::NNaclInt8Serializer 64 void NNaclInt8Serializer::CodeStruct(const std::string &name, const MatMulParameter &matmul_paramet… in CodeStruct() function in mindspore::lite::micro::nnacl::NNaclInt8Serializer 74 void NNaclInt8Serializer::CodeStruct(const std::string &name, const AddQuantParameter &add_quant_pa… in CodeStruct() function in mindspore::lite::micro::nnacl::NNaclInt8Serializer 81 void NNaclInt8Serializer::CodeStruct(const std::string &name, const ArithmeticParameter &arithmetic… in CodeStruct() function in mindspore::lite::micro::nnacl::NNaclInt8Serializer 92 void NNaclInt8Serializer::CodeStruct(const std::string &name, const PoolingParameter &pooling_param… in CodeStruct() function in mindspore::lite::micro::nnacl::NNaclInt8Serializer 125 void NNaclInt8Serializer::CodeStruct(const std::string &name, const SoftmaxParameter &softmax_param… in CodeStruct() function in mindspore::lite::micro::nnacl::NNaclInt8Serializer 130 void NNaclInt8Serializer::CodeStruct(const std::string &name, const SliceParameter &slice_parameter… in CodeStruct() function in mindspore::lite::micro::nnacl::NNaclInt8Serializer 136 void NNaclInt8Serializer::CodeStruct(const std::string &name, const BatchNormParameter &batchnorm_p… in CodeStruct() function in mindspore::lite::micro::nnacl::NNaclInt8Serializer 142 void NNaclInt8Serializer::CodeStruct(const std::string &name, const SoftmaxQuantArg &softmax_quant_… in CodeStruct() function in mindspore::lite::micro::nnacl::NNaclInt8Serializer 149 void NNaclInt8Serializer::CodeStruct(const std::string &name, const ConcatParameter &concat_paramet… in CodeStruct() function in mindspore::lite::micro::nnacl::NNaclInt8Serializer [all …]
|