HomeSort by relevance Sort by last modified time
    Searched refs:input_arrays_with_shape (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/lite/python/
lite.py 407 input_arrays_with_shape=None,
416 input_arrays_with_shape: Tuple of strings representing input tensor names
449 if not input_arrays_with_shape or not output_arrays:
452 "input_arrays_with_shape and output_arrays must be defined.")
453 self._input_arrays_with_shape = input_arrays_with_shape
555 input_arrays_with_shape = [
562 input_arrays_with_shape=input_arrays_with_shape,
    [all...]
convert.py 373 def toco_convert_graph_def(input_data, input_arrays_with_shape, output_arrays,
384 input_arrays_with_shape: Tuple of strings representing input tensor names
404 for idx, (name, shape) in enumerate(input_arrays_with_shape):
lite_test.py 50 'input_arrays_with_shape and output_arrays must be defined.')
55 None, None, [], input_arrays_with_shape=[('input', [3, 9])])
58 # `input_arrays_with_shape` is not defined.
69 input_arrays_with_shape=[('input', [3, 9])],
    [all...]

Completed in 107 milliseconds