pub type NamedTensor = (String, Resource<Tensor>);
Identify a tensor by name; this is necessary to associate tensors to graph inputs and outputs.