Home
last modified time | relevance | path

Searched defs:source_map (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/autograph/pyct/
Derror_utils.py34 def _stack_trace_inside_mapped_code(tb, source_map, converter_filename): argument
163 def __init__(self, callsite_tb, cause_metadata, cause_message, source_map, argument
/external/tensorflow/tensorflow/python/util/
Dtf_stack.cc126 const std::shared_ptr<SourceMap>& source_map, in StackTraceWrapper()
137 const std::shared_ptr<SourceMap>& source_map, in ExtractStack()
256 [](const PyBindSourceMap& self, const py::tuple& source_map) { in PYBIND11_MODULE()
398 [](const PyBindSourceMap& source_map, const PyBindFileSet& file_set) { in PYBIND11_MODULE()
/external/rust/crates/syn/benches/
Drust.rs56 fn source_map(&self) -> Option<&Lrc<SourceMap>> { in bench() method
/external/llvm-project/lldb/tools/lldb-vscode/
DVSCode.h92 llvm::DenseMap<int64_t, SourceReference> source_map; member
/external/llvm-project/polly/lib/External/isl/
Disl_flow.c47 __isl_take isl_map *source_map, enum isl_restriction_type type) in isl_restriction_alloc()
71 __isl_give isl_restriction *isl_restriction_none(__isl_take isl_map *source_map) in isl_restriction_none()
79 __isl_take isl_map *source_map) in isl_restriction_empty()
584 isl_map *source_map; in restricted_partial_lexmax() local
/external/deqp/external/openglcts/modules/gl/
Dgl4cBufferStorageTests.cpp3063 const Buffer::MapOwner source_map( in iterate() local
3238 const Buffer::MapOwner source_map( in iterate() local
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DClangASTSource.cpp1424 llvm::DenseMap<const D *, O> &source_map, in ImportOffsetMap()