Home
last modified time | relevance | path

Searched defs:embedding (Results 1 – 21 of 21) sorted by relevance

/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/
DBoundaryProjector.java176 final Embedding<S, T> embedding = (Embedding<S, T>) hyperplane; in belongsToPart() local
192 final Embedding<S, T> embedding = (Embedding<S, T>) hyperplane; in singularProjection() local
/external/python/cpython3/Doc/extending/
Dembedding.rst4 .. _embedding: target
/external/executorch/backends/vulkan/runtime/graph/ops/impl/
DEmbedding.cpp58 void embedding(ComputeGraph& graph, const std::vector<ValueRef>& args) { in embedding() function
/external/pytorch/torch/csrc/api/include/torch/nn/functional/
Dembedding.h24 inline Tensor embedding( in embedding() function
/external/bazelbuild-rules_go/go/
Dcore.rst37 .. _embedding: /docs/go/core/embedding.md#embedding target
/external/googleapis/google/cloud/aiplatform/v1/
Dfeature_online_store_service.proto202 Embedding embedding = 2 [(google.api.field_behavior) = OPTIONAL]; field
/external/googleapis/google/cloud/aiplatform/v1beta1/
Dfeature_online_store_service.proto282 Embedding embedding = 2 [(google.api.field_behavior) = OPTIONAL]; field
/external/googleapis/google/ai/generativelanguage/v1/
Dgenerative_service.proto359 ContentEmbedding embedding = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; field
/external/googleapis/google/ai/generativelanguage/v1beta/
Dgenerative_service.proto610 ContentEmbedding embedding = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; field
/external/executorch/backends/vulkan/test/
Dtest_vulkan_delegate.py1617 def __init__(self, embedding): argument
1632 def __init__(self, embedding): argument
1647 def __init__(self, embedding): argument
/external/pytorch/test/onnx/
Dtest_operators.py1141 def embedding(g, weight, indices, padding_idx, scale_grad_by_freq, sparse): function
1183 def embedding(g, weight, indices, padding_idx, scale_grad_by_freq, sparse): function
Dtest_pytorch_onnx_no_runtime.py666 def forward(ctx, embedding): argument
/external/pytorch/torch/jit/
D_shape_functions.py468 def embedding( function
/external/skia/src/xps/
DSkXPSDevice.cpp1736 XPS_FONT_EMBEDDING embedding = XPS_FONT_EMBEDDING_RESTRICTED; in CreateTypefaceUse() local
/external/icu/android_icu4j/src/main/java/android/icu/text/
DBidi.java4287 Integer embedding = (Integer) paragraph.getAttribute(TextAttribute.BIDI_EMBEDDING); in setPara() local
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/
DBidi.java4325 Integer embedding = (Integer) paragraph.getAttribute(TextAttribute.BIDI_EMBEDDING); in setPara() local
/external/pytorch/torch/nn/
Dfunctional.py2437 def embedding( function
/external/pytorch/torch/_decomp/
Ddecompositions.py1248 def embedding( function
/external/pytorch/torch/_inductor/
Dlowering.py2960 def embedding(weight, indices, padding_idx=-1, scale_grad_by_freq=False, sparse=False): function
/external/pytorch/torch/onnx/
Dsymbolic_opset9.py904 def embedding( function
/external/pytorch/test/cpp/api/
Dmodules.cpp1300 Embedding embedding = torch::nn::Embedding::from_pretrained(weight); in TEST_F() local