Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PaddlePaddle/Paddle
/ SetGpuGraphMode
Method
SetGpuGraphMode
paddle/fluid/framework/data_set.cc:228–230 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
226
227
template <typename T>
228
void DatasetImpl<T>::SetGpuGraphMode(int is_graph_mode) {
229
gpu_graph_mode_ = is_graph_mode;
230
}
231
232
template <typename T>
233
int DatasetImpl<T>::GetGpuGraphMode() {
Callers
3
LoadIntoMemory
Method · 0.45
CreateReaders
Method · 0.45
TEST
Function · 0.45
Calls
no outgoing calls
Tested by
1
TEST
Function · 0.36