Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/interpreter/
H A Dcan_emit_inline.h36 struct CanEmitInline { struct
37 explicit CanEmitInline(Graph& graph) { in CanEmitInline() argument
40 bool canInline(Value* v) { in canInline()
58 Node* previousNonConstant(Node* n) { in previousNonConstant()
65 Node* scanValue(Node* block_point, Value* v) { in scanValue()
81 Node* scanNode(Node* n) { in scanNode()
97 void scanBlock(Block* b) { in scanBlock()
103 std::unordered_map<Node*, bool> can_emit_inline_;