Searched defs:CppNode (Results 1 – 1 of 1) sorted by relevance
179 struct CppNode : public Node { struct181 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()