OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:children_inputs_mappings
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/lite/python/
op_hint.py
143
CHILDREN_INPUTS_MAPPINGS
= "_tflite_children_ophint_inputs_mapping"
170
children_inputs_mappings
=None):
180
children_inputs_mappings
: Inputs/Outputs mapping for children hints.
197
self._children_inputs_mappings =
children_inputs_mappings
291
OpHint.
CHILDREN_INPUTS_MAPPINGS
,
310
children_inputs_mappings
=None,
317
children_inputs_mappings
: Children OpHint inputs/outputs mapping.
318
children_inputs_mappings
should like below:
330
assert
children_inputs_mappings
is None
332
assert isinstance(
children_inputs_mappings
, dict
[
all
...]
/external/tensorflow/tensorflow/lite/experimental/examples/lstm/
rnn.py
196
children_inputs_mappings
=inputs_outputs_mappings)
Completed in 194 milliseconds