megengine.traced_module.traced_module.InternalGraph.eval

InternalGraph.eval(*inputs)[源代码]

Call this method to execute the graph.

参数

inputs (Tuple[Tensor]) – the tensors corresponding to the graph.inputs[1:].