OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:func_outputs
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/python/eager/
function.py
328
func_outputs
: a possibly nested python object which will be returned by
342
func_outputs
,
358
self._func_outputs =
func_outputs
359
self._returns = [
func_outputs
] if isinstance(
360
func_outputs
, (ops.Tensor, type(None))) else _flatten(
func_outputs
)
604
func_outputs
= func(*func_inputs, **kwds)
605
func_outputs
= nest.map_structure(convert,
func_outputs
)
612
outputs_list = _flatten(
func_outputs
)
[
all
...]
graph_callable.py
283
func_outputs
= func(*func_inputs)
284
outputs_list = nest.flatten(
func_outputs
)
330
func_outputs
,
Completed in 353 milliseconds