Home
last modified time | relevance | path

Searched defs:file_line_col (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/protobuf/
H A Ddebug_event.proto147 GraphDebugInfo.FileLineCol file_line_col = 2; field
/aosp_15_r20/external/pytorch/torch/csrc/jit/frontend/
H A Dsource_range.h359 std::optional<std::tuple<std::string, size_t, size_t>> file_line_col() const { in file_line_col() function
/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.h3423 inline const ::tensorflow::GraphDebugInfo_FileLineCol& StackFrameWithId::file_line_col() const { in file_line_col() function
3428 ::tensorflow::GraphDebugInfo_FileLineCol* file_line_col) { in unsafe_arena_set_allocated_file_line_col()
3470 …id StackFrameWithId::set_allocated_file_line_col(::tensorflow::GraphDebugInfo_FileLineCol* file_li… in set_allocated_file_line_col()
Ddebug_event.pb.cc1664 StackFrameWithId::_Internal::file_line_col(const StackFrameWithId* msg) { in file_line_col() function in tensorflow::StackFrameWithId::_Internal
/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Ddebug_events_writer_test.cc330 GraphDebugInfo::FileLineCol* file_line_col = in TEST_F() local
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dir.cpp350 if (auto file_line_col = r.file_line_col()) { in print() local