Home
last modified time | relevance | path

Searched defs:embedDim (Results 1 – 8 of 8) sorted by relevance

/dports/math/mlpack/mlpack-3.4.2/src/mlpack/methods/ann/layer/
H A Dpositional_encoding.hpp109 size_t embedDim; member in mlpack::ann::PositionalEncoding
H A Dpositional_encoding_impl.hpp32 const size_t embedDim, in PositionalEncoding()
H A Dmultihead_attention.hpp190 size_t embedDim; member in mlpack::ann::MultiheadAttention
H A Dmultihead_attention_impl.hpp43 const size_t embedDim, in MultiheadAttention()
/dports/math/mlpack/mlpack-3.4.2/src/mlpack/tests/
H A Dann_layer_test.cpp4500 const size_t embedDim = 4; variable
4526 const size_t embedDim = 4; variable
4545 size_t embedDim = 4; variable
4602 const size_t embedDim = 4; variable
4621 const size_t embedDim = 4; variable
4641 const size_t embedDim = 4; variable
4726 const size_t embedDim; member
/dports/science/PETSc/petsc-3.14.1/src/dm/impls/plex/
H A Dplexgeometry.c130 const PetscInt embedDim = 2; in DMPlexLocatePoint_Simplex_2D_Internal() local
150 const PetscInt embedDim = 2; in DMPlexClosestPoint_Simplex_2D_Internal() local
208 const PetscInt embedDim = 3; in DMPlexLocatePoint_Simplex_3D_Internal() local
H A Dplexrefine.c3190 PetscInt dim, embedDim, depth; in DMPlexRefineUniform() local
H A Dplexcreate.c1850 const PetscInt embedDim = dim+1; in DMPlexCreateSphereMesh() local