Home
last modified time | relevance | path

Searched refs:parse_annotation (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/core/profiler/utils/
DBUILD531 name = "parse_annotation",
532 srcs = ["parse_annotation.cc"],
533 hdrs = ["parse_annotation.h"],
545 ":parse_annotation",
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
DBUILD166 "//tensorflow/core/profiler/utils:parse_annotation",
181 "//tensorflow/core/profiler/utils:parse_annotation",
/external/tensorflow/tensorflow/core/profiler/internal/cpu/
DBUILD21 "//tensorflow/core/profiler/utils:parse_annotation",
/external/avb/libavb_aftl/
Davb_aftl_util.c493 static bool parse_annotation(SignedVBMetaPrimaryAnnotationLeaf* leaf, in parse_annotation() function
604 if (!parse_annotation(leaf, aftl_blob, blob_end)) { in parse_annotation_leaf()