Searched refs:PushAnnotation (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/profiler/lib/ |
D | scoped_annotation.h | 48 old_length_ = AnnotationStack::PushAnnotation(name); in ScopedAnnotation() 59 old_length_ = AnnotationStack::PushAnnotation(name); in ScopedAnnotation() 67 old_length_ = AnnotationStack::PushAnnotation(std::move(name)); in ScopedAnnotation() 76 old_length_ = AnnotationStack::PushAnnotation(name_generator()); in ScopedAnnotation()
|
/external/tensorflow/tensorflow/core/profiler/backends/cpu/ |
D | annotation_stack.h | 46 static size_t PushAnnotation(absl::string_view name) { in PushAnnotation() function 57 static size_t PushAnnotation(string&& name) { in PushAnnotation() function
|
/external/libtextclassifier/native/utils/ |
D | lua-utils.h | 315 void PushAnnotation(const ClassificationResult& classification, 317 void PushAnnotation(const ClassificationResult& classification, 320 void PushAnnotation(const ActionSuggestionAnnotation& annotation, 329 PushAnnotation(annotations->at(index), entity_data_schema); in PushAnnotations() 335 PushAnnotation(*annotation, entity_data_schema); in PushAnnotations()
|
D | lua-utils.cc | 364 void LuaEnvironment::PushAnnotation( in PushAnnotation() function in libtextclassifier3::LuaEnvironment 388 void LuaEnvironment::PushAnnotation( in PushAnnotation() function in libtextclassifier3::LuaEnvironment 391 PushAnnotation(classification, entity_data_schema); in PushAnnotation() 396 void LuaEnvironment::PushAnnotation( in PushAnnotation() function in libtextclassifier3::LuaEnvironment 399 PushAnnotation(annotation.entity, annotation.span.text, entity_data_schema); in PushAnnotation()
|
/external/libtextclassifier/native/utils/intents/ |
D | intent-generator.cc | 72 PushAnnotation(classification_, entity_text_, entity_data_schema_); in SetupExternalHook()
|