Home
last modified time | relevance | path

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

/external/executorch/backends/qualcomm/utils/
Dutils.py676 def build_tensor(tensors, dtype_map): function
716 inputs = build_tensor(custom_info["graph_inputs"], dtype_map)
717 outputs = build_tensor(custom_info["graph_outputs"], dtype_map)
729 inputs = build_tensor(qnn_mgr.GetGraphInputs(graph_name), dtype_map)
730 outputs = build_tensor(qnn_mgr.GetGraphOutputs(graph_name), dtype_map)