MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / set_batch_size

Method set_batch_size

oneflow/api/cpp/framework/graph.cpp:230–230  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

228}
229
230void Graph::set_batch_size(int batch_size) { graph_->set_batch_size(batch_size); }
231
232Graph Graph::Load(const std::string& model_path, const Device& device) {
233#ifdef __linux__

Callers 2

VirtualGenKernelConfMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36