MCPcopy Create free account
hub / github.com/apache/singa / PredictOnBatch

Method PredictOnBatch

src/model/feed_forward_net.cc:299–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299const Tensor FeedForwardNet::PredictOnBatch(const Tensor& x) {
300 return Forward(kEval, x);
301}
302} // namespace singa

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected