OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:input_placeholders
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/contrib/graph_editor/
edit.py
79
A tuple `(sgv,
input_placeholders
)` where
81
`
input_placeholders
` is a list of the created input placeholders.
89
input_placeholders
= [
95
reroute.swap_inputs(sgv,
input_placeholders
)
98
return sgv,
input_placeholders
/external/tensorflow/tensorflow/python/eager/
function.py
317
input_placeholders
: list of placeholder values (tensors) to feed when
337
input_placeholders
,
346
name, graph, operations,
input_placeholders
, outputs)
347
if len(
input_placeholders
) != len(defined_function.signature.input_arg):
349
len(
input_placeholders
), len(defined_function.signature.input_arg)))
350
self._input_placeholders =
input_placeholders
[
all
...]
Completed in 1019 milliseconds