Home
last modified time | relevance | path

Searched refs:update_tensors (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/python/
Dutil.py628 def update_tensors(tensor_idxs): function
631 update_tensors(subgraph.inputs)
632 update_tensors(subgraph.outputs)
634 update_tensors(op.inputs)
635 update_tensors(op.outputs)