OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trimmed_proto_
(Results
1 - 2
of
2
) sorted by null
/external/libtextclassifier/common/memory_image/
embedding-network-params-from-image.h
40
trimmed_proto_
(memory_reader_.trimmed_proto()) {
44
if (
trimmed_proto_
.embeddings_size() &&
45
trimmed_proto_
.embeddings(0).is_quantized()) {
60
if (
trimmed_proto_
.HasExtension(extension_id)) {
61
return &(
trimmed_proto_
.GetExtension(extension_id));
69
return
trimmed_proto_
.embeddings_size();
74
return
trimmed_proto_
.embeddings(i).rows();
79
return
trimmed_proto_
.embeddings(i).cols();
84
const int blob_index =
trimmed_proto_
.embeddings(i).is_quantized()
93
if (
trimmed_proto_
.embeddings(i).is_quantized())
208
const EmbeddingNetworkProto &
trimmed_proto_
;
member in class:libtextclassifier::nlp_core::EmbeddingNetworkParamsFromImage
[
all
...]
memory-image-reader.h
128
if (!
trimmed_proto_
.ParseFromString(trimmed_proto_str())) {
137
const T &trimmed_proto() const { return
trimmed_proto_
; }
140
T
trimmed_proto_
;
member in class:libtextclassifier::nlp_core::MemoryImageReader
Completed in 50 milliseconds