Searched defs:DifferentiableGraphOp (Results 1 – 2 of 2) sorted by relevance
416 struct DifferentiableGraphOp { struct417 DifferentiableGraphOp(Gradient grad) in DifferentiableGraphOp() function426 void operator()(Stack& stack) const { in operator ()()475 at::Tensor detach(at::Tensor t) const { in detach()482 void detach(IValue& v) const { in detach()494 void detachVariables(Stack& stack) const { in detachVariables()505 void captureInputs( in captureInputs()512 void captureOutputs( in captureOutputs()520 std::shared_ptr<GraphExecutor> f_ptr;521 Code legacy_f;[all …]
1304 ## DifferentiableGraphOp ## section in Executing Programs