Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dcustom_function.h179 struct CppNode : public Node { struct
181 AutogradContext ctx_;
182 std::vector<bool> is_variable_input_;
183 std::vector<VariableInfo> input_info_;
184 std::vector<VariableInfo> output_info_;
191 void compiled_args(CompiledNodeArgs& args) override { in compiled_args()
220 variable_list apply_with_saved( in apply_with_saved()