Home
last modified time | relevance | path

Searched defs:ContextMapping (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dcreate_autodiff_subgraphs.cpp315 struct ContextMapping { struct
316 std::vector<const Node*> ctx_stack_;
317 std::unordered_map<const Node*, const Node*> node_to_ctx_;
319 void processNode(Node* n) { in processNode()
329 void processBlock(Block* block) { in processBlock()
342 ContextMapping(const std::shared_ptr<Graph>& graph) { in ContextMapping() function
347 const Node* get(const Node* n) const { in get()
355 bool has(const Node* n) const { in has()
/aosp_15_r20/hardware/interfaces/automotive/audiocontrol/1.0/vts/functional/
H A DVtsHalAudioControlV1_0TargetTest.cpp112 TEST_P(CarAudioControlHidlTest, ContextMapping) { in TEST_P() argument