The explorer is out of sync. The last synced block is 524 hours ago. Current block height: explorer: 2206528 / node: Too Many Requests! Wait for 0s / ref: 2492275

Program leo123_leo321.aleo

Program ID
leo123_leo321.aleo
Owner signature
sign1536m3u9css73yngh4p0nt86l80nwdk2u2h7qye78qplpguzsggpemsxy9kn0edxvskjcajafcce65s85gqpcpygwpp4setase0qhuq38cw4k7q6lz9p8hrqq8wu4crrx4grszdkezd3ke9rf6hlglysrp9dw9xjspelveawx82aslkashkst7z0mzst64vuelghfpz4wyyvq6uavc3l
Times called
0
Similar programs
Imports
-
Mappings
-
Structs
-
Records
Inference
Functions
forward
Transitions
federated_learning_2(address, u32, u32, u32, u32, u32, u32, u32, u32) -> ()
Program Source Code (Aleo Instruction) Upload Leo source

program leo123_leo321.aleo;

record Inference:
    owner as address.private;
    Label as u32.private;

closure forward:
    input r0 as u32;
    input r1 as u32;
    input r2 as u32;
    input r3 as u32;
    input r4 as u32;
    input r5 as u32;
    input r6 as u32;
    input r7 as u32;
    mul r6 r0 into r8;
    mul r7 r1 into r9;
    add r8 r9 into r10;
    mul r6 r2 into r11;
    mul r7 r3 into r12;
    add r11 r12 into r13;
    mul r10 r4 into r14;
    mul r13 r5 into r15;
    add r14 r15 into r16;
    output r16 as u32;

function federated_learning_2:
    input r0 as address.private;
    input r1 as u32.private;
    input r2 as u32.private;
    input r3 as u32.private;
    input r4 as u32.private;
    input r5 as u32.private;
    input r6 as u32.private;
    input r7 as u32.private;
    input r8 as u32.private;
    call forward r1 r2 r3 r4 r5 r6 r7 r8 into r9;
    cast self.caller r9 into r10 as Inference.record;

Block heightTimestampTransition IDFunction callState
Program has no mappings.
Not implemented