Home
last modified time | relevance | path

Searched defs:ScopeContext (Results 1 – 5 of 5) sorted by relevance

/external/pytorch/torch/csrc/lazy/core/
Dir_metadata.cpp43 struct ScopeContext { struct
44 std::vector<ScopeEntry> scopes;
45 size_t next_id = 1;
/external/pytorch/torch/csrc/jit/passes/onnx/
Dfunction_extraction.cpp36 struct ScopeContext { struct
37 std::unordered_set<ScopePtr> children_;
38 ScopePtr scope_;
39 node_list nlist_;
40 value_list inputs_;
41 value_list outputs_;
42 std::unordered_map<Value*, Value*> env_to_subgraph_;
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DScopedPrinter.h537 struct ScopeContext { struct
540 ScopeContext(Scope Context, ScopeKind Kind = ScopeKind::NoAttribute) argument
544 SmallVector<ScopeContext, 8> ScopeHistory; argument
/external/clang/include/clang/Analysis/
DAnalysisContext.h326 ScopeContext(AnalysisDeclContext *ctx, const LocationContext *parent, in ScopeContext() function
/external/perfetto/src/trace_processor/util/
Dprotozero_to_json.cc130 enum class ScopeContext { enum in perfetto::trace_processor::protozero_to_json::__anondefe79830111::JsonBuilder