Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/changwoolee/lenet5_hls
/ functions
Functions
43 in github.com/changwoolee/lenet5_hls
⨍
Functions
43
◇
Types & classes
5
↓ 14 callers
Function
load_model
load weights & biases
main.cpp:27
↓ 6 callers
Function
ReverseInt
MNIST_DATA/MNIST_DATA.h:11
↓ 3 callers
Function
FULLY_CONNECTED_LAYER_1_SW
lenet5/sw_layers/image_fullyconnected_sw.h:11
↓ 3 callers
Function
FULLY_CONNECTED_LAYER_2_SW
lenet5/sw_layers/image_fullyconnected_sw.h:24
↓ 3 callers
Function
POOLING_LAYER_1_SW
lenet5/sw_layers/image_pool_sw.h:12
↓ 3 callers
Function
POOLING_LAYER_2_SW
lenet5/sw_layers/image_pool_sw.h:41
↓ 3 callers
Function
_tanh
lenet5/hw_layers/image_convolution.cpp:4
↓ 3 callers
Function
argmax
lenet5/classify_lib.h:13
↓ 2 callers
Function
CONVOLUTION_LAYER_1
lenet5/hw_layers/image_convolution.cpp:18
↓ 2 callers
Function
CONVOLUTION_LAYER_2
lenet5/hw_layers/image_convolution.cpp:111
↓ 2 callers
Function
CONVOLUTION_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 callers
Function
equal
lenet5/classify_lib.h:24
↓ 2 callers
Function
get_log
LOG.h:38
↓ 2 callers
Function
print_log
print out log file
LOG.h:16
↓ 1 callers
Function
CONVOLUTION_LAYER_1_SW
lenet5/sw_layers/image_convolution_sw.h:32
↓ 1 callers
Function
CONVOLUTION_LAYER_2_SW
lenet5/sw_layers/image_convolution_sw.h:76
↓ 1 callers
Function
CONVOLUTION_LAYER_3_SW
lenet5/sw_layers/image_convolution_sw.h:170
↓ 1 callers
Function
READ_MNIST_DATA
Read MNIST Data to padded array
MNIST_DATA/MNIST_DATA.h:26
↓ 1 callers
Function
READ_MNIST_LABEL
MNIST_DATA/MNIST_DATA.h:77
↓ 1 callers
Function
preprocessTestImage
MNIST_DATA/MNIST_DATA.h:114
Method
App
<summary> Singleton 응용 프로그램 개체를 초기화합니다. 이것은 실행되는 작성 코드의 첫 번째 줄이며 따라서 main() 또는 WinMain()과 논리적으로 동일합니다. </summary>
Win10 Test App/LeNet5 Test/LeNet5 Test/App.xaml.cs:29
Function
FULLY_CONNECTED_LAYER_1
lenet5/hw_layers/image_fullyconnected.h:11
Function
FULLY_CONNECTED_LAYER_2
lenet5/hw_layers/image_fullyconnected.h:22
Method
GetPixelData
<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
Function
MAXPOOL_1_SW
lenet5/sw_layers/image_pool_sw.h:71
Function
MAXPOOL_2_SW
lenet5/sw_layers/image_pool_sw.h:92
Method
MainPage
()
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:45
Method
OnConnectButtonClicked
(object sender, RoutedEventArgs e)
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:254
Method
OnImagePointerMoved
(object sender, PointerRoutedEventArgs e)
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:104
Method
OnLaunched
<summary> 최종 사용자가 응용 프로그램을 정상적으로 시작할 때 호출됩니다. 다른 진입점은 특정 파일을 여는 등 응용 프로그램을 시작할 때 </summary> <param name="e">시작 요청 및 프로세스에 대한 정보입니다.</param>
Win10 Test App/LeNet5 Test/LeNet5 Test/App.xaml.cs:40
Method
OnNavigationFailed
<summary> 특정 페이지 탐색에 실패한 경우 호출됨 </summary> <param name="sender">탐색에 실패한 프레임</param> <param name="e">탐색 실패에 대한 정보</param>
Win10 Test App/LeNet5 Test/LeNet5 Test/App.xaml.cs:81
Method
OnOpenImageButtonClicked
(object sender, RoutedEventArgs e)
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:55
Method
OnRectPointerMoved
(object sender, PointerRoutedEventArgs e)
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:99
Method
OnSuspending
<summary> 응용 프로그램 실행이 일시 중단된 경우 호출됩니다. 응용 프로그램이 종료될지 또는 메모리 콘텐츠를 변경하지 않고 다시 시작할지 여부를 결정하지 않은 채 응용 프로그램 상태가 저장됩니다. </summary> <param name="sender">일시
Win10 Test App/LeNet5 Test/LeNet5 Test/App.xaml.cs:93
Method
OnTerminateButtonClicked
(object sender, RoutedEventArgs e)
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:340
Method
SendUdpMessage
(char[] message)
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:322
Method
Socket_MessageReceived
(Windows.Networking.Sockets.DatagramSocket sender, Windows.Networking.Sockets.DatagramSocketMessageReceivedEve
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:287
Method
UdpClient
()
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:263
Function
check
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
Method
cropBitmap
(Point startPoint)
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:135
Method
getGrayscaleBytes
(byte[] rgb, int width, int height)
Win10 Test App/LeNet5 Test/LeNet5 Test/MainPage.xaml.cs:214
Function
main
main.cpp:44
Function
relu
lenet5/hw_layers/image_convolution.cpp:10