Searched refs:input_arrays_with_shape (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/ |
H A D | lite.py | 2091 input_arrays_with_shape=self._input_arrays_with_shape, 2381 input_arrays_with_shape=None, argument 2414 self._input_arrays_with_shape = input_arrays_with_shape 2417 if input_tensors is not None and input_arrays_with_shape is not None: 2562 input_arrays_with_shape=None, argument 2588 input_arrays_with_shape, output_arrays, 2699 input_arrays_with_shape = [ 2706 input_arrays_with_shape=input_arrays_with_shape,
|
H A D | convert_test.py | 72 input_arrays_with_shape=[("input", [1, 16, 16, 3])], 109 input_arrays_with_shape=[("inputA", [1, 16, 16, 3]), 157 input_arrays_with_shape=[("inputA", [1, 16, 16, 3]),
|
H A D | convert.py | 654 def convert_graphdef_with_arrays(input_data, input_arrays_with_shape, argument 688 for idx, (name, shape) in enumerate(input_arrays_with_shape):
|
H A D | lite_test.py | 89 None, None, [], input_arrays_with_shape=[('input', [3, 104 input_arrays_with_shape=[('input', [3, 9])], 1945 input_arrays_with_shape=[('input', [5, 5])],
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v1/ |
H A D | tensorflow.lite.-t-f-lite-converter.pbtxt | 10 …'self\', \'graph_def\', \'input_tensors\', \'output_tensors\', \'input_arrays_with_shape\', \'outp…
|
/aosp_15_r20/external/federated-compute/fcp/artifact_building/ |
H A D | plan_utils.py | 75 input_arrays_with_shape=inputs,
|