Searched defs:softmax_parameter (Results 1 – 3 of 3) sorted by relevance
| /third_party/mindspore/mindspore/lite/micro/coder/opcoders/serializers/nnacl_serializer/ |
| D | nnacl_fp32_serializer.cc | 57 …NaclFp32Serializer::CodeStruct(const std::string &name, const SoftmaxParameter &softmax_parameter)… in CodeStruct()
|
| D | nnacl_int8_serializer.cc | 125 …NaclInt8Serializer::CodeStruct(const std::string &name, const SoftmaxParameter &softmax_parameter)… in CodeStruct()
|
| /third_party/mindspore/mindspore/lite/micro/example/mnist_x86/src/ |
| D | net.c | 160 const SoftmaxParameter softmax_parameter = {{ "", false, 138, g_thread_num, 0}, 1, {1, 10}, 10, 2}; in Inference() local
|