MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / InstantiateGraph

Method InstantiateGraph

tensorflow/stream_executor/rocm/rocm_gpu_executor.cc:364–368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

362}
363
364port::StatusOr<void*> GpuExecutor::InstantiateGraph(void* graph,
365 void* graph_exec) {
366 return port::InternalError(
367 "Feature not supported on ROCm platform (InstantiateGraph)");
368}
369
370port::Status GpuExecutor::UpdateExecutableGraph(void* graph, void* graph_exec) {
371 return port::InternalError(

Callers

nothing calls this directly

Calls 1

InternalErrorFunction · 0.50

Tested by

no test coverage detected