HomeSort by relevance Sort by last modified time
    Searched refs:TC_LOG (Results 1 - 25 of 28) sorted by null

1 2

  /external/libtextclassifier/common/memory_image/
memory-image-reader.cc 39 TC_LOG(ERROR) << "Not enough bytes to check signature";
44 TC_LOG(ERROR) << "Failed to advance past signature";
48 TC_LOG(ERROR) << "Different signature: actual \"" << actual_signature
61 TC_LOG(ERROR) << "Unable to read header_proto_str";
65 TC_LOG(ERROR) << "Unable to parse MemoryImageHeader";
91 TC_LOG(ERROR) << "Memory image is "
101 TC_LOG(ERROR) << "Unable to read trimmed proto binary serialization";
109 TC_LOG(ERROR) << "Unable to align for blob #i" << i;
116 TC_LOG(ERROR) << "Not enough bytes for blob #i" << i;
data-store.cc 28 TC_LOG(ERROR) << "Unable to successfully initialize DataStore.";
34 TC_LOG(ERROR) << "DataStore::GetData(" << name << ") "
43 TC_LOG(ERROR) << "Unknown key: " << name
50 TC_LOG(ERROR) << "DataStoreEntryBytes with no blob_index; "
in-memory-model-data.cc 33 TC_LOG(ERROR) << "Can't find data blob for TaskSpec, i.e., entry "
40 TC_LOG(ERROR) << "Error parsing TaskSpec";
low-level-memory-reader.h 47 TC_LOG(WARNING) << "Not enough bytes: available " << num_available_bytes_
67 TC_LOG(ERROR) << "Unable to read std::string size";
72 TC_LOG(WARNING) << "Not enough bytes: " << num_available_bytes_
memory-image-reader.h 71 TC_LOG(ERROR) << "Blob index " << i << " outside range [0, "
129 TC_LOG(INFO) << "Unable to parse the trimmed proto";
  /external/libtextclassifier/common/
embedding-feature-extractor.cc 37 TC_LOG(INFO) << "Features: " << features;
41 TC_LOG(INFO) << "Embedding names: " << embedding_names;
45 TC_LOG(INFO) << "Embedding dims: " << embedding_dims;
52 TC_LOG(ERROR) << "Unable to parse dim " << dim;
59 TC_LOG(ERROR) << "Mismatch: #fml specs = " << embedding_fml_.size()
file-utils.cc 38 TC_LOG(INFO) << "Error opening " << filename;
47 TC_LOG(ERROR) << "Error reading " << filename;
51 TC_LOG(INFO) << "Successfully read " << filename;
mmap.cc 49 TC_LOG(ERROR) << "Error closing file descriptor: " << last_error;
64 TC_LOG(ERROR) << "Error opening " << filename << ": " << last_error;
81 TC_LOG(ERROR) << "Unable to stat fd: " << last_error;
112 TC_LOG(ERROR) << "Error while mmaping: " << last_error;
126 TC_LOG(ERROR) << "Error during Unmap / munmap: " << last_error;
embedding-network.cc 33 TC_LOG(ERROR) << "Unsupported quantization";
68 TC_LOG(ERROR) << "wrong #cols " << source_matrix.cols;
72 TC_LOG(ERROR) << "unsupported quantization";
93 TC_LOG(ERROR) << x.size() << " != " << weights.size();
97 TC_LOG(ERROR) << weights[0].size() << " != " << b.size();
127 TC_LOG(ERROR) << feature_vectors.size()
139 TC_LOG(ERROR) << es_index;
151 TC_LOG(ERROR) << es_index;
163 TC_LOG(ERROR) << es_index;
189 TC_LOG(ERROR) << fi << ": " << feature_offset << " " << embedding_di
    [all...]
embedding-network-params.h 67 TC_LOG(ERROR) << "Embedding spaces mismatch " << embeddings_size()
102 TC_LOG(ERROR) << "Hidden layer mismatch " << hidden_size()
144 TC_LOG(ERROR) << "Softmax layer mismatch " << softmax_size()
188 TC_LOG(ERROR) << "Unable to get TaskSpec";
201 TC_LOG(ERROR) << "Not implemented";
315 TC_LOG(ERROR) << "Index " << index << " outside [0, " << size << ")";
registry.h 146 TC_LOG(ERROR) << "Duplicate component: " << key;
159 TC_LOG(ERROR) << "Unknown " << name() << " component: " << key;
227 TC_LOG(ERROR) << "Unknown RegisterableClass " << name;
261 TC_LOG(ERROR) << "Problem registering " << component_name; \
feature-extractor.cc 55 TC_LOG(ERROR) << "Illegal domain size for feature " << ft->name() << ": "
101 TC_LOG(ERROR) << "Value of param " << name << " is not an int: " << value;
113 TC_LOG(ERROR) << "Illegal value '" << value << "' for bool parameter '"
fml-parser.h 94 TC_LOG(ERROR) << "Unsafe char read";
embedding-network.h 74 TC_LOG(ERROR) << "Index outside [0, " << size() << "): " << k;
96 TC_LOG(ERROR) << "Unknown quant type: "
little-endian-data.h 93 TC_LOG(ERROR) << "Wrong number of bytes: actual " << bytes.size()
softmax.cc 29 TC_LOG(ERROR) << "label " << label << " outside range "
embedding-network-params-from-proto.h 73 TC_LOG(ERROR) << "Problem decoding quant_weights for embeddings #" << i;
86 TC_LOG(ERROR) << "Problem decoding col_scales for embeddings #" << i;
103 TC_LOG(ERROR) << "Unable to get TaskSpec from EmbeddingNetworkProto";
task-context.cc 82 TC_LOG(INFO) << "SetParameter(" << name << ", " << value << ")";
166 TC_LOG(ERROR) << "No file for TaskInput " << input.name();
170 TC_LOG(ERROR) << "Ambiguous: multiple files for TaskInput " << input.name();
embedding-feature-extractor.h 182 TC_LOG(ERROR) << "Out of bounds index " << idx;
feature-types.h 108 TC_LOG(ERROR) << "Invalid feature value " << value << " for " << name();
  /external/libtextclassifier/lang_id/
lang-id.cc 91 TC_LOG(ERROR) << "Unable to read model bytes.";
103 TC_LOG(ERROR) << "Unable to read model bytes.";
128 TC_LOG(ERROR) << "Unable to get model TaskSpec";
234 TC_LOG(ERROR) << "TaskInput " << input_name << " has "
247 TC_LOG(ERROR) << "No input file name for TaskInput " << input_name;
252 TC_LOG(ERROR) << "Unable to get bytes for TaskInput " << input_name;
257 TC_LOG(ERROR) << "Unable to parse EmbeddingNetworkProto";
263 TC_LOG(ERROR) << "EmbeddingNetworkParamsFromProto not valid";
279 TC_LOG(ERROR) << "No input file name for TaskInput " << input_name;
284 TC_LOG(ERROR) << "Unable to get bytes for TaskInput " << input_name
    [all...]
  /external/libtextclassifier/smartselect/
text-classification-model.cc 101 TC_LOG(ERROR) << "Failed to load models";
212 TC_LOG(ERROR) << "Can't mmap.";
248 TC_LOG(ERROR) << "Could not extract features.";
255 TC_LOG(ERROR) << "Could not extract features.";
262 TC_LOG(ERROR) << "Could not get spans for selection labels.";
275 TC_LOG(ERROR) << "Not initialized";
280 TC_LOG(ERROR) << "Trying to run SuggestSelection with invalid indices:"
322 TC_LOG(ERROR) << "Invalid indices predicted, returning input: "
330 TC_LOG(ERROR) << "Returning default selection: scores.size() = "
342 TC_LOG(ERROR) << "Not initialized"
    [all...]
cached-features.cc 39 TC_LOG(ERROR) << "Tokens out of range: " << token_start << " " << token_end;
  /external/libtextclassifier/util/base/
logging.h 30 // The class that does all the work behind our TC_LOG(severity) macros. Each
31 // TC_LOG(severity) << obj1 << obj2 << ...; logging statement creates a
57 #define TC_LOG(severity) \
68 (x) || TC_LOG(FATAL) << __FILE__ << ":" << __LINE__ << ": check failed: \"" \
  /external/libtextclassifier/tests/
lang-id_test.cc 130 TC_LOG(INFO) << "Default language: " << default_language;
138 TC_LOG(INFO) << "Predicted " << predicted_language << " for \"" << gibberish

Completed in 1050 milliseconds

1 2