Searched refs:ParseFeature (Results 1 – 6 of 6) sorted by relevance
/external/libtextclassifier/native/lang_id/common/fel/ |
D | fel-parser.cc | 175 if (!ParseFeature(descriptor)) { in Parse() 184 bool FELParser::ParseFeature(FeatureFunctionDescriptor *result) { in ParseFeature() function in libtextclassifier3::mobile::FELParser 229 if (!ParseFeature(subfeature)) return false; in ParseFeature() 244 if (!ParseFeature(subfeature)) return false; in ParseFeature()
|
D | fel-parser.h | 75 bool ParseFeature(FeatureFunctionDescriptor *result);
|
/external/pdfium/core/fpdfapi/font/ |
D | cfx_cttgsubtable.cpp | 213 ParseFeature(&raw[GetUInt16(sp)], &featureRec); in ParseFeatureList() 217 void CFX_CTTGSUBTable::ParseFeature(FT_Bytes raw, TFeatureRecord* rec) { in ParseFeature() function in CFX_CTTGSUBTable
|
D | cfx_cttgsubtable.h | 126 void ParseFeature(FT_Bytes raw, TFeatureRecord* rec);
|
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_fast_parsing.cc | 1993 inline int ParseFeature(DataType dtype, protobuf::io::CodedInputStream* stream, in ParseFeature() function 2326 num_elements += ParseFeature(dtype, &stream, &out, &out_offset); in ParseContextDenseFeatures() 2377 ParseFeature(dtype, &stream, &out_values, &out_values_offset); in ParseContextSparseFeatures() 2448 ParseFeature(dtype, &stream, &out_values, &out_values_offset); in ParseContextRaggedFeatures() 2836 ParseFeature(dtype, &stream, &out_values, &out_values_offset); in ParseSequenceRaggedFeatures()
|
/external/tensorflow/tensorflow/lite/kernels/parse_example/ |
D | example_proto_fast_parsing.h | 603 inline int ParseFeature(DataType dtype, protobuf::io::CodedInputStream* stream, in ParseFeature() function
|