OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_captured
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/python/framework/
function.py
669
self.
_captured
= {}
672
# keys of
_captured
).
767
if tensor in self.
_captured
:
769
return self.
_captured
[tensor]
797
self.
_captured
[tensor] = ph
830
self.
_captured
[t] = captured_t
[
all
...]
/external/tensorflow/tensorflow/python/ops/
gradients_util.py
459
return func_graph.
_captured
# pylint: disable=protected-access
[
all
...]
Completed in 221 milliseconds