Searched refs:input_arrays_with_shape (Results 1 – 4 of 4) sorted by relevance
| /external/tensorflow/tensorflow/lite/python/ |
| D | lite.py | 1374 input_arrays_with_shape=self._input_arrays_with_shape, 1632 input_arrays_with_shape=None, argument 1664 if not input_arrays_with_shape or not output_arrays: 1668 self._input_arrays_with_shape = input_arrays_with_shape 1671 if input_tensors is not None and input_arrays_with_shape is not None: 1792 input_arrays_with_shape=None, argument 1818 input_arrays_with_shape, output_arrays, 1924 input_arrays_with_shape = [ 1931 input_arrays_with_shape=input_arrays_with_shape,
|
| D | convert.py | 541 def toco_convert_graph_def(input_data, input_arrays_with_shape, output_arrays, argument 574 for idx, (name, shape) in enumerate(input_arrays_with_shape):
|
| D | lite_test.py | 88 None, None, [], input_arrays_with_shape=[('input', [3, 9])]) 102 input_arrays_with_shape=[('input', [3, 9])],
|
| /external/tensorflow/tensorflow/tools/api/golden/v1/ |
| D | tensorflow.lite.-t-f-lite-converter.pbtxt | 10 …'self\', \'graph_def\', \'input_tensors\', \'output_tensors\', \'input_arrays_with_shape\', \'outp…
|