Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dfunc_graph.py146 def add_capture(self, identifier: Hashable, member in CapturesContainer
907 def add_capture(self, tensor, placeholder): member in FuncGraph
/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dautodiff.cpp800 const auto& add_capture = [&](Value* captured) { in lambdaLiftReverse() local