Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/clab/dynet
/ functions
Functions
2,496 in github.com/clab/dynet
⨍
Functions
2,496
◇
Types & classes
546
↓ 1,172 callers
Method
size
dynet/model.cc:98
↓ 629 callers
Function
tvec
* \brief Get the data as an order 1 Eigen tensor * \details this returns the full tensor contents as a one dimensional Eigen tensor which can be used
dynet/tensor-eigen.h:48
↓ 585 callers
Function
parameter
dynet/expr.cc:40
↓ 414 callers
Method
size
(self)
examples/tensorboard/util.py:16
↓ 404 callers
Method
add_parameters
dynet/model.cc:321
↓ 234 callers
Function
tbvec
* \brief Get the data as an order 2 tensor including batch size * \details this returns the full tensor contents as a two dimensional Eigen tensor wh
dynet/tensor-eigen.h:59
↓ 216 callers
Function
check_grad
dynet/grad-check.cc:15
↓ 145 callers
Method
back
dynet/treelstm.cc:16
↓ 139 callers
Function
input
dynet/expr.cc:18
↓ 125 callers
Method
ndims
* \brief Get number of dimensions * \return Number of dimensions */
dynet/dim.h:155
↓ 115 callers
Function
as_vector
dynet/tensor.cc:82
↓ 114 callers
Method
value
Returns the value of the expression.
contrib/rust/src/expr.rs:44
↓ 108 callers
Method
rows
* \brief Size of the first dimension * \return Size of the first dimension */
dynet/dim.h:160
↓ 104 callers
Method
allocate
dynet/aligned-mem-pool.cc:8
↓ 96 callers
Function
reshape
dynet/expr.cc:141
↓ 90 callers
Function
as_scalar
dynet/tensor.cc:66
↓ 84 callers
Method
add_lookup_parameters
dynet/model.cc:412
↓ 84 callers
Method
resize
* \brief Change the number of dimensions * * \param int New number of dimensions */
dynet/dim.h:146
↓ 84 callers
Function
sum_batches
dynet/expr.cc:218
↓ 83 callers
Method
append
* \brief Append a layer at the end of the network * \details [long description] * * \param model [description] * \param layer [description
examples/mnist/mlp.h:121
↓ 81 callers
Method
add_input
dynet/dynet.cc:172
↓ 81 callers
Function
affine_transform
dynet/expr.cc:309
↓ 81 callers
Method
clear
dynet/model.cc:111
↓ 79 callers
Method
batch_size
* \brief Size of a batch (product of all dimensions) * \return Size of a batch */
dynet/dim.h:106
↓ 73 callers
Function
const_parameter
dynet/expr.cc:38
↓ 72 callers
Method
backward
dynet/exec.cc:160
↓ 72 callers
Method
convert
examples/noise-contrastive-estimation/sampler.h:34
↓ 71 callers
Function
lookup
dynet/expr.cc:42
↓ 70 callers
Function
cmult
dynet/expr.cc:76
↓ 70 callers
Function
max
dynet/expr.cc:134
↓ 69 callers
Function
GVExpr
(name, args, dim)
python/dynet_viz.py:178
↓ 65 callers
Method
get
Returns the specific dimension. This returns `1` if the specifie dimension does not exist. # Examples ``` # use dynet::Dim; let dim = Dim::from(([3
contrib/rust/src/dim.rs:256
↓ 63 callers
Method
batch_elems
* \brief Batch dimension * \return Batch dimension */
dynet/dim.h:181
↓ 62 callers
Method
cols
* \brief Size of the second dimension (or 1 if only one dimension) * \return Size of the second dimension (or 1 if only one dimension) */
dynet/dim.h:176
↓ 58 callers
Method
dim
* \brief Shape of the parameter * * \return Shape as a `Dim` object */
dynet/model.h:322
↓ 57 callers
Method
npvalue
(self, recalculate=False)
python/dynet_viz.py:139
↓ 54 callers
Method
get_idx
dynet/sig.h:192
↓ 54 callers
Function
pick_batch_elem
dynet/expr.cc:186
↓ 54 callers
Method
start_new_sequence
* * \brief Reset for new sequence * \details call this before add_input and after new_graph, * when starting a new sequence on the same hyper
dynet/rnn.h:68
↓ 54 callers
Method
update
(self, other, soft=False, tau=0.1)
examples/reinforcement-learning/network.py:8
↓ 50 callers
Function
tanh
dynet/expr.cc:95
↓ 47 callers
Function
mat
* \brief Get the data as an Eigen matrix * \return Eigen matrix */
dynet/tensor-eigen.h:21
↓ 45 callers
Method
initial_state
(self,vecs=None)
python/dynet_viz.py:463
↓ 45 callers
Function
sum
dynet/expr.cc:312
↓ 43 callers
Method
forward
(self, x)
examples/mnist/basic-mnist-benchmarks/mnist_pytorch.py:62
↓ 42 callers
Function
initialize
dynet/init.cc:218
↓ 40 callers
Function
exp
dynet/expr.cc:102
↓ 39 callers
Method
populate
dynet/io.cc:145
↓ 37 callers
Method
reset
examples/transformer/timer.h:17
↓ 34 callers
Function
min
dynet/expr.cc:133
↓ 34 callers
Method
size
Returns the total size of the dim. The returned value is equal to the product of the number of elements in a batch and the number of batches (`batch_
contrib/rust/src/dim.rs:78
↓ 33 callers
Method
free
dynet/mem.cc:39
↓ 31 callers
Function
concatenate
dynet/expr.cc:330
↓ 31 callers
Method
forward
dynet/exec.cc:24
↓ 31 callers
Function
log
dynet/expr.cc:101
↓ 30 callers
Function
logistic
dynet/expr.cc:105
↓ 29 callers
Method
ParameterCollection
dynet/model.cc:290
↓ 29 callers
Function
copy_dim
(a)
python/dynet_viz.py:83
↓ 28 callers
Function
make_dim
(a, b=None, inferred=False)
python/dynet_viz.py:57
↓ 28 callers
Method
status
dynet/training.h:242
↓ 27 callers
Method
new_graph
examples/multiprocessing/train_xor-mp.cc:30
↓ 27 callers
Function
sqrt
dynet/expr.cc:84
↓ 27 callers
Function
transpose
dynet/expr.cc:142
↓ 26 callers
Method
scalar_value
(self, recalculate=False)
python/dynet_viz.py:137
↓ 25 callers
Method
incremental_forward
Runs forward pass from first node to given one.
contrib/rust/src/graph.rs:68
↓ 25 callers
Method
single_batch
* \brief Set the batch dimension to 1 * \return 1-batch version of this instance */
dynet/dim.h:136
↓ 24 callers
Method
get_fullname
dynet/model.cc:201
↓ 24 callers
Function
write_trainer_params
dynet/training.cc:73
↓ 23 callers
Method
output
(self)
python/dynet_viz.py:653
↓ 23 callers
Function
pickneglogsoftmax
dynet/expr.cc:205
↓ 23 callers
Function
read_trainer_params
dynet/training.cc:93
↓ 22 callers
Method
freeze
examples/noise-contrastive-estimation/sampler.h:58
↓ 22 callers
Function
softmax
dynet/expr.cc:129
↓ 22 callers
Function
to_string
dynet/dynet-helper.h:15
↓ 21 callers
Method
add_subcollection
dynet/model.cc:295
↓ 21 callers
Function
concatenate_cols
dynet/expr.cc:327
↓ 21 callers
Method
save
(self, save_dir, model_name)
examples/treelstm/model.py:91
↓ 20 callers
Method
as_ref
(&self)
contrib/rust/src/expr.rs:103
↓ 20 callers
Function
pick_range
dynet/expr.cc:191
↓ 20 callers
Method
save
dynet/io.cc:76
↓ 19 callers
Function
Expression
contrib/csharp/dynetsharp/dynetsharp/dynet.h:184
↓ 19 callers
Method
current_weight_decay
dynet/model.cc:223
↓ 19 callers
Method
is_updated
dynet/model.cc:219
↓ 19 callers
Method
new_graph
dynet/hsm-builder.cc:14
↓ 18 callers
Method
Model
dynet/model.cc:523
↓ 18 callers
Function
log_softmax
dynet/expr.cc:123
↓ 18 callers
Method
new_graph
examples/segmental-rnn/train_segrnn-sup.cc:93
↓ 18 callers
Function
startswith
dynet/str-util.h:9
↓ 17 callers
Function
LooksLikeVector
dynet/nodes-def-macros.h:10
↓ 17 callers
Method
add_dim
* \brief Insert a dimension to the end * \param n the size of the new dimension */
dynet/dim.h:261
↓ 17 callers
Method
add_node
dynet/sig.h:35
↓ 17 callers
Function
input
Inputs vector/matrix/tensor.
contrib/rust/src/expr.rs:141
↓ 17 callers
Method
set
* \brief Set specific dimension * \details Set the value of a specific dimension to an arbitrary value * * \param i Dimension index * \par
dynet/dim.h:189
↓ 17 callers
Function
squared_norm
dynet/expr.cc:152
↓ 17 callers
Method
used
dynet/aligned-mem-pool.cc:62
↓ 16 callers
Method
constant
dynet/tensor.cc:386
↓ 16 callers
Function
get_device_manager
dynet/devices.cc:194
↓ 16 callers
Method
get_weight_decay
Gets weight decay lambda value.
contrib/rust/src/model.rs:262
↓ 16 callers
Method
invalid
(self)
python/dynet_viz.py:39
↓ 16 callers
Function
rectify
dynet/expr.cc:106
next →
1–100 of 2,496, ranked by callers