Skip to content
This repository has been archived by the owner on Nov 8, 2022. It is now read-only.

Commit

Permalink
documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardt committed Apr 6, 2016
1 parent 443940d commit 21af7ae
Show file tree
Hide file tree
Showing 2 changed files with 163 additions and 16 deletions.
34 changes: 34 additions & 0 deletions docs/src/lib/internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,40 @@
Latte.Connection
Latte.Param

Latte.init_buffer
Latte.set_buffer
Latte.get_buffer

Latte.rand_values
Latte.clear_values
Latte.clear_∇

Latte.load_snapshot
Latte.save_snapshot

Latte.test

Latte.add_connections
Latte.check_one_to_one
Latte.check_dimensions_fixed

Latte.add_ensemble
Latte.init

Latte.add_send_exprs
Latte.add_recv_expr
Latte.init_backward
Latte.init_forward
Latte.add_forward_julia_tasks
Latte.add_forward_data_tasks
Latte.push_compute_tasks!
Latte.generate_c_function
Latte.gen_neuron_backward
Latte.gen_neuron_forward
Latte.gen_copy_block
Latte.get_src_idx
Latte.optimize

Latte.TaskSet
Latte.JuliaTask
Latte.UpdateTask
Expand Down

0 comments on commit 21af7ae

Please sign in to comment.