/external/apache-commons-math/src/main/java/org/apache/commons/math3/geometry/partitioning/ |
D | BoundaryProjector.java | 176 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/ |
D | embedding.rst | 4 .. _embedding: target
|
/external/executorch/backends/vulkan/runtime/graph/ops/impl/ |
D | Embedding.cpp | 58 void embedding(ComputeGraph& graph, const std::vector<ValueRef>& args) { in embedding() function
|
/external/pytorch/torch/csrc/api/include/torch/nn/functional/ |
D | embedding.h | 24 inline Tensor embedding( in embedding() function
|
/external/bazelbuild-rules_go/go/ |
D | core.rst | 37 .. _embedding: /docs/go/core/embedding.md#embedding target
|
/external/googleapis/google/cloud/aiplatform/v1/ |
D | feature_online_store_service.proto | 202 Embedding embedding = 2 [(google.api.field_behavior) = OPTIONAL]; field
|
/external/googleapis/google/cloud/aiplatform/v1beta1/ |
D | feature_online_store_service.proto | 282 Embedding embedding = 2 [(google.api.field_behavior) = OPTIONAL]; field
|
/external/googleapis/google/ai/generativelanguage/v1/ |
D | generative_service.proto | 359 ContentEmbedding embedding = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; field
|
/external/googleapis/google/ai/generativelanguage/v1beta/ |
D | generative_service.proto | 610 ContentEmbedding embedding = 1 [(google.api.field_behavior) = OUTPUT_ONLY]; field
|
/external/executorch/backends/vulkan/test/ |
D | test_vulkan_delegate.py | 1617 def __init__(self, embedding): argument 1632 def __init__(self, embedding): argument 1647 def __init__(self, embedding): argument
|
/external/pytorch/test/onnx/ |
D | test_operators.py | 1141 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
|
D | test_pytorch_onnx_no_runtime.py | 666 def forward(ctx, embedding): argument
|
/external/pytorch/torch/jit/ |
D | _shape_functions.py | 468 def embedding( function
|
/external/skia/src/xps/ |
D | SkXPSDevice.cpp | 1736 XPS_FONT_EMBEDDING embedding = XPS_FONT_EMBEDDING_RESTRICTED; in CreateTypefaceUse() local
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Bidi.java | 4287 Integer embedding = (Integer) paragraph.getAttribute(TextAttribute.BIDI_EMBEDDING); in setPara() local
|
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/text/ |
D | Bidi.java | 4325 Integer embedding = (Integer) paragraph.getAttribute(TextAttribute.BIDI_EMBEDDING); in setPara() local
|
/external/pytorch/torch/nn/ |
D | functional.py | 2437 def embedding( function
|
/external/pytorch/torch/_decomp/ |
D | decompositions.py | 1248 def embedding( function
|
/external/pytorch/torch/_inductor/ |
D | lowering.py | 2960 def embedding(weight, indices, padding_idx=-1, scale_grad_by_freq=False, sparse=False): function
|
/external/pytorch/torch/onnx/ |
D | symbolic_opset9.py | 904 def embedding( function
|
/external/pytorch/test/cpp/api/ |
D | modules.cpp | 1300 Embedding embedding = torch::nn::Embedding::from_pretrained(weight); in TEST_F() local
|