Splits inputs into slices and feeds each slice to a copy of the given computation graph and then combines the results. It allows you to run a graph on a batch of inputs even if the graph is written to support one instance only. inputs: list of tensors. All must have the same first d
(inputs, graph_fn, batch_size, names=None)
source not stored for this graph (policy: none)
nothing calls this directly
no outgoing calls
no test coverage detected