Home
last modified time | relevance | path

Searched defs:debug_metadata (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Ddebug_event.proto78 DebugMetadata debug_metadata = 3; field
/aosp_15_r20/out/soong/.intermediates/external/tensorflow/tensorflow_core_proto_cpp_lite/android_arm64_armv8-2a_cortex-a55_static_apex33/gen/proto/tensorflow/core/protobuf/
Ddebug_event.pb.cc289 DebugEvent::_Internal::debug_metadata(const DebugEvent* msg) { in debug_metadata() function in tensorflow::DebugEvent::_Internal
320 void DebugEvent::set_allocated_debug_metadata(::tensorflow::DebugMetadata* debug_metadata) { in set_allocated_debug_metadata()
Ddebug_event.pb.h2413 inline const ::tensorflow::DebugMetadata& DebugEvent::debug_metadata() const { in debug_metadata() function
2428 … DebugEvent::unsafe_arena_set_allocated_debug_metadata(::tensorflow::DebugMetadata* debug_metadata in unsafe_arena_set_allocated_debug_metadata()
/aosp_15_r20/external/pigweed/pw_log_rpc/
H A Dlog_service_test.cc737 const auto debug_metadata = log_tokenized::Metadata:: in TEST_F() local