Home
last modified time | relevance | path

Searched refs:PushAnnotation (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/lib/
Dscoped_annotation.h48 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/
Dannotation_stack.h46 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/
Dlua-utils.h315 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()
Dlua-utils.cc364 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/
Dintent-generator.cc72 PushAnnotation(classification_, entity_text_, entity_data_schema_); in SetupExternalHook()