OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ordered_inputs
(Results
1 - 3
of
3
) sorted by null
/external/tensorflow/tensorflow/contrib/quantize/python/
quantize.py
389
ordered_inputs
=False)
412
ordered_inputs
=False)
416
ordered_inputs
=False)
421
ordered_inputs
=False)
428
ordered_inputs
=False)
438
'Add|BiasAdd', inputs=[layer_output_pattern, '*'],
ordered_inputs
=False)
448
ordered_inputs
=False)
467
'Add', inputs=['*', activation_pattern],
ordered_inputs
=False)
graph_matcher_test.py
179
'Add', inputs=['Const', 'Placeholder'],
ordered_inputs
=False)
181
'Add', inputs=['Placeholder', 'Const'],
ordered_inputs
=False)
183
'Add', inputs=['Const', 'Placeholder'],
ordered_inputs
=True)
196
# But if
ordered_inputs
is True, the inputs list match should fail if not
graph_matcher.py
40
def __init__(self, op_type, name=None, inputs=None,
ordered_inputs
=True):
55
ordered_inputs
: Defaults to True. If False, will match any op that
67
'Only < 8 inputs are allowed when
ordered_inputs
is False.')
73
self._ordered_inputs =
ordered_inputs
Completed in 524 milliseconds