tf.raw_ops.DatasetFromGraph

Creates a dataset from the given graph_def.

Creates a dataset from the provided graph_def.

graph_def A Tensor of type string. The graph representation of the dataset (as serialized GraphDef).
name A name for the operation (optional).

A Tensor of type variant.