MCPcopy Create free account

hub / github.com/changwoolee/lenet5_hls / functions

Functions43 in github.com/changwoolee/lenet5_hls

↓ 14 callersFunctionload_model
load weights & biases
main.cpp:27
↓ 6 callersFunctionReverseInt
MNIST_DATA/MNIST_DATA.h:11
↓ 3 callersFunctionFULLY_CONNECTED_LAYER_1_SW
lenet5/sw_layers/image_fullyconnected_sw.h:11
↓ 3 callersFunctionFULLY_CONNECTED_LAYER_2_SW
lenet5/sw_layers/image_fullyconnected_sw.h:24
↓ 3 callersFunctionPOOLING_LAYER_1_SW
lenet5/sw_layers/image_pool_sw.h:12
↓ 3 callersFunctionPOOLING_LAYER_2_SW
lenet5/sw_layers/image_pool_sw.h:41
↓ 3 callersFunction_tanh
lenet5/hw_layers/image_convolution.cpp:4
↓ 3 callersFunctionargmax
lenet5/classify_lib.h:13
↓ 2 callersFunctionCONVOLUTION_LAYER_1
lenet5/hw_layers/image_convolution.cpp:18
↓ 2 callersFunctionCONVOLUTION_LAYER_2
lenet5/hw_layers/image_convolution.cpp:111
↓ 2 callersFunctionCONVOLUTION_LAYER_3
Convolution Layer 3 (FC) Function by Batch_size(10) Input_feature_map[16][5x5], Conv_kernel[120][16][5x5], Bias[120], Output_feature_map[120][1x1]
lenet5/hw_layers/image_convolution.cpp:239
↓ 2 callersFunctionequal
lenet5/classify_lib.h:24
↓ 2 callersFunctionget_log
LOG.h:38
↓ 2 callersFunctionprint_log
print out log file
LOG.h:16
↓ 1 callersFunctionCONVOLUTION_LAYER_1_SW
lenet5/sw_layers/image_convolution_sw.h:32
↓ 1 callersFunctionCONVOLUTION_LAYER_2_SW
lenet5/sw_layers/image_convolution_sw.h:76
↓ 1 callersFunctionCONVOLUTION_LAYER_3_SW
lenet5/sw_layers/image_convolution_sw.h:170
↓ 1 callersFunctionREAD_MNIST_DATA
Read MNIST Data to padded array
MNIST_DATA/MNIST_DATA.h:26
↓ 1 callersFunctionREAD_MNIST_LABEL
MNIST_DATA/MNIST_DATA.h:77
↓ 1 callersFunctionpreprocessTestImage
MNIST_DATA/MNIST_DATA.h:114
MethodApp
<summary> Singleton 응용 프로그램 개체를 초기화합니다. 이것은 실행되는 작성 코드의 첫 번째 줄이며 따라서 main() 또는 WinMain()과 논리적으로 동일합니다. </summary>
Win10 Test App/LeNet5 Test/LeNet5 Test/App.xaml.cs:29
FunctionFULLY_CONNECTED_LAYER_1
lenet5/hw_layers/image_fullyconnected.h:11
FunctionFULLY_CONNECTED_LAYER_2
lenet5/hw_layers/image_fullyconnected.h:22
MethodGetPixelData
<summary> Use BitmapTransform to define the region to crop, and then get the pixel data in the region </summary> <returns></returns>
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:175
FunctionMAXPOOL_1_SW
lenet5/sw_layers/image_pool_sw.h:71
FunctionMAXPOOL_2_SW
lenet5/sw_layers/image_pool_sw.h:92
MethodMainPage
()
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:45
MethodOnConnectButtonClicked
(object sender, RoutedEventArgs e)
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:254
MethodOnImagePointerMoved
(object sender, PointerRoutedEventArgs e)
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:104
MethodOnLaunched
<summary> 최종 사용자가 응용 프로그램을 정상적으로 시작할 때 호출됩니다. 다른 진입점은 특정 파일을 여는 등 응용 프로그램을 시작할 때 </summary> <param name="e">시작 요청 및 프로세스에 대한 정보입니다.</param>
Win10 Test App/LeNet5 Test/LeNet5 Test/App.xaml.cs:40
MethodOnNavigationFailed
<summary> 특정 페이지 탐색에 실패한 경우 호출됨 </summary> <param name="sender">탐색에 실패한 프레임</param> <param name="e">탐색 실패에 대한 정보</param>
Win10 Test App/LeNet5 Test/LeNet5 Test/App.xaml.cs:81
MethodOnOpenImageButtonClicked
(object sender, RoutedEventArgs e)
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:55
MethodOnRectPointerMoved
(object sender, PointerRoutedEventArgs e)
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:99
MethodOnSuspending
<summary> 응용 프로그램 실행이 일시 중단된 경우 호출됩니다. 응용 프로그램이 종료될지 또는 메모리 콘텐츠를 변경하지 않고 다시 시작할지 여부를 결정하지 않은 채 응용 프로그램 상태가 저장됩니다. </summary> <param name="sender">일시
Win10 Test App/LeNet5 Test/LeNet5 Test/App.xaml.cs:93
MethodOnTerminateButtonClicked
(object sender, RoutedEventArgs e)
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:340
MethodSendUdpMessage
(char[] message)
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:322
MethodSocket_MessageReceived
(Windows.Networking.Sockets.DatagramSocket sender, Windows.Networking.Sockets.DatagramSocketMessageReceivedEve
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:287
MethodUdpClient
()
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:263
Functioncheck
class perf_counter { public: unsigned long long int tot, cnt, calls; perf_counter() : tot(0), cnt(0), calls(0) {}; inline void reset()
sdx_test.h:30
MethodcropBitmap
(Point startPoint)
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:135
MethodgetGrayscaleBytes
(byte[] rgb, int width, int height)
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:214
Functionmain
main.cpp:44
Functionrelu
lenet5/hw_layers/image_convolution.cpp:10