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

Method EndGraphCapture

tensorflow/stream_executor/rocm/rocm_gpu_executor.cc:358–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

356}
357
358port::StatusOr<void*> GpuExecutor::EndGraphCapture(Stream* capture_stream,
359 void* graph) {
360 return port::InternalError(
361 "Feature not supported on ROCm platform (EndGraphCapture)");
362}
363
364port::StatusOr<void*> GpuExecutor::InstantiateGraph(void* graph,
365 void* graph_exec) {

Callers

nothing calls this directly

Calls 1

InternalErrorFunction · 0.50

Tested by

no test coverage detected