The depth of compiler learning starts from zero

0x0. preface The previous articles in this series have a superficial understanding of the components of MLIR. This article will not continue to talk about the architecture of MLIR. But from a practical point of view, let's take readers to see what MLIR has helped me do. Here we still take OneFlow Dialect as an example. stay Interpretation of ...

Added by nicandre on Thu, 10 Mar 2022 17:35:51 +0200

TensorFlow.NET machine learning

TensorFlow.NET machine learning introduction [1] Introduction to development environment and types   TensorFlow.NET machine learning introduction [0] preface and contents   I have studied the knowledge of ML.NET for some time. ML.NET is a set of machine learning framework provided by Microsoft. Compared with some other machine learning framew ...

Added by champrock on Thu, 10 Mar 2022 17:24:37 +0200

Observer mode

Observer mode means that the state of an object changes, and the corresponding object will act accordingly Algorithm framework The main roles of the algorithm are: client, subject and observer; A list of observers is maintained in the topic. The client maintains the observers into the topic. When the data of the topic changes, all observers a ...

Added by kcgame on Thu, 10 Mar 2022 17:16:12 +0200

The use and difference of delegation and event in Unity

1, Foreword 1. What is entrustment? A delegate is a container in which functions and methods are placed. The forms of functions are different, and the parameters and return values are different. Therefore, before you delegate, you must first define the type of function stored in the delegate container, that is, the delegate type. After t ...

Added by ultrasound0000 on Thu, 10 Mar 2022 16:44:44 +0200

Data visualization

Warehouse address: Laotang / data visualization-211025 Project presentation address: Document User name: admin Password: 123456 Interface document address: dashboard Interface root path: http://www.itcbc.com:8000 Required technologies: Ajax, jQuery, echarts (third-party chart Library), third-party form verification plug-in, third-party prom ...

Added by madmega on Thu, 10 Mar 2022 16:40:24 +0200

Jvm class loading mechanism

Operation process of class Take a main method as an example: The specific process of class loading is as follows: 1. Load: load the class bytecode file into memory through the class loader 2. Verification: verify whether the bytecode file conforms to the jvm specification 3. Preparation: assign initial values to static variables For example, ...

Added by psquillace on Thu, 10 Mar 2022 16:32:52 +0200

Federal learning: dividing non IID samples by mixed distribution

We're blogging Federal learning: dividing non IID samples by ill conditioned independent identically distributed We have studied the division of samples according to pathological non IID in the paper of the founding of federal learning [1]. In the last blog post Federal learning: dividing non IID samples by Dirichlet distribution We have also m ...

Added by new7media on Thu, 10 Mar 2022 15:54:05 +0200

WebSocket foundation and application series -- grab a WebSocket package

1 Why do I need WebSocket WebSocket is produced to meet the growing demand of real-time communication based on Web. In the traditional Web, in order to realize real-time communication, the general way is to send requests continuously by using HTTP protocol, that is, Polling. However, this method not only wastes bandwidth (HTTP HEAD is relativel ...

Added by dsds1121 on Thu, 10 Mar 2022 15:49:55 +0200

Python+scrcpy+pyminitouch realize automation -- realize touch

This problem occurred the last time pyminitouch was used: AssertionError: minitouch did not work. After that, I began to work hard to solve this problem and searched the Internet for the use of minitouch. In the last article, I have pushed minitouch to my mobile phone. Articles on minitouch tools: minitouch tool of STF framework &middot ...

Added by stretchy on Thu, 10 Mar 2022 15:46:13 +0200

The basic grammar of Golang

Hello, everyone. Today I will share with you the basic grammar of Go language. Please give me more advice, thank you.The basic grammar content of Go language is divided into three chapters, and this paper is the second chapterThe basic grammar of Golang (1)The basic grammar of Golang (2)The basic grammar of Golang (3)Contents of this chaptercha ...

Added by me1000 on Thu, 10 Mar 2022 15:42:02 +0200