Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytorch/tutorials
/ func_x2
Function
func_x2
intermediate_source/neural_tangent_kernels.py:202–203 ·
view source on GitHub ↗
(params)
Source
from the content-addressed store, hash-verified
200
return
func(params, x1)
201
202
def
func_x2(params):
203
return
func(params, x2)
204
205
output, vjp_fn = vjp(func_x1, params)
206
Callers
nothing calls this directly
Calls
1
func
Function · 0.85
Tested by
no test coverage detected