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