Home
last modified time | relevance | path

Searched refs:embedding (Results 1 – 25 of 63) sorted by relevance

123

/external/libtextclassifier/common/
Dembedding-network-params-from-proto.h63 MatrixParams *embedding = proto_->mutable_embeddings()->Mutable(i); in EmbeddingNetworkParamsFromProto() local
64 if (!embedding->is_quantized()) { in EmbeddingNetworkParamsFromProto()
69 embedding->bytes_for_quantized_values(), in EmbeddingNetworkParamsFromProto()
70 embedding->rows() * embedding->cols(), in EmbeddingNetworkParamsFromProto()
79 embedding->clear_bytes_for_quantized_values(); in EmbeddingNetworkParamsFromProto()
82 embedding->bytes_for_col_scales(), in EmbeddingNetworkParamsFromProto()
83 embedding->rows(), in EmbeddingNetworkParamsFromProto()
91 embedding->clear_bytes_for_col_scales(); in EmbeddingNetworkParamsFromProto()
Dembedding-network.proto51 // the embedding weights are actually the activations of the first hidden layer
71 // the i-th embedding space.
81 // have to transpose a few matrices (e.g., the embedding matrices) before we
Dembedding-network-package.proto23 import "external/libtextclassifier/common/embedding-network.proto";
Dembedding-network.cc159 int es_index, float *embedding) const { in GetEmbedding()
166 return GetEmbeddingInternal(feature_vector, embedding_matrix, 0, embedding, in GetEmbedding()
Dembedding-network.h189 float *embedding) const;
/external/python/cpython2/Doc/extending/
Dembedding.rst13 embedding Python in it. Embedding provides your application with the ability to
26 So if you are embedding Python, you are providing your own main program. One of
38 A simple demo of embedding Python can be found in the directory
49 .. _high-level-embedding:
54 The simplest form of embedding Python is the use of the very high level
84 .. _lower-level-embedding:
94 It should be noted that extending Python and embedding Python is quite the same
105 When embedding Python, the interface code does:
117 C routine, when embedding, you call a Python routine.
125 .. _pure-embedding:
[all …]
Dindex.rst41 embedding.rst
/external/python/cpython2/Demo/
DREADME25 embed An example of embedding Python in another application
39 pysvr An example of embedding Python in a threaded
/external/python/cpython2/Demo/pysvr/
DREADME1 This is an example of a multi-threaded C application embedding a
/external/libtextclassifier/smartselect/
Dtext-classification-model.cc138 const std::vector<float>& dense_features, float* embedding) { in CreateFeatureVectorFn() argument
143 if (network.GetEmbedding(feature_vector, 0, embedding)) { in CreateFeatureVectorFn()
145 embedding[sparse_embedding_size + i] = dense_features[i]; in CreateFeatureVectorFn()
Dtext-classification-model.proto20 import "external/libtextclassifier/common/embedding-network.proto";
/external/llvm/resources/
Dwindows_version_resource.rc1 // Microsoft Visual C++ resource script for embedding version information.
/external/libnl/m4/
Dax_python_devel.m417 # $(PYTHON_EXTRA_LDFLAGS) for embedding Python in your code.
263 # libraries which must be linked in when embedding
275 # linking flags needed when embedding
/external/curl/m4/
Dxc-am-iface.m428 dnl This macro performs embedding of automake initialization
90 dnl This macro performs shell code embedding into
Dxc-lt-iface.m4146 dnl This macro performs embedding of libtool code into
/external/protobuf/src/google/protobuf/
Dunittest_embed_optimize_for.proto47 // Test that embedding a message which has optimize_for = CODE_SIZE into
Dwrappers.proto32 // for embedding primitives in the `google.protobuf.Any` type and for places
/external/python/cpython2/Doc/c-api/
Drefcounting.rst66 The following functions are for runtime dynamic embedding of Python:
Dintro.rst17 application; this technique is generally referred to as :dfn:`embedding` Python
23 applications since its early existence, the process of embedding Python is less
26 Many API functions are useful independent of whether you're embedding or
506 .. _api-embedding:
561 The embedding application can steer the search by calling
Dinit.rst32 Initialize the Python interpreter. In an application embedding Python, this
70 This function is provided for a number of reasons. An embedding application
297 It is recommended that applications embedding the Python interpreter
477 :ref:`lock-objects` in the child. When extending or embedding Python, there
481 Additionally, when extending or embedding Python, calling :c:func:`fork`
493 code, or when embedding the Python interpreter:
/external/skia/src/xps/
DSkXPSDevice.cpp407 XPS_FONT_EMBEDDING embedding; in subset_typeface() local
408 HRM(current->xpsFont->GetEmbeddingOption(&embedding), in subset_typeface()
417 embedding, in subset_typeface()
1880 XPS_FONT_EMBEDDING embedding = XPS_FONT_EMBEDDING_RESTRICTED; in CreateTypefaceUse() local
1902 embedding, in CreateTypefaceUse()
/external/python/cpython2/Doc/using/
Dunix.rst111 | | embedding the interpreter. |
/external/libtextclassifier/tests/
Dfeature-processor_test.cc399 float* embedding) { return true; }; in TEST() argument
/external/mdnsresponder/
DREADME.txt140 instead of embedding their own mDNSResponder.
/external/python/cpython2/Doc/library/
Dlocale.rst543 affects the embedding application. If the embedding application doesn't want

123