Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ destroy
Function
destroy
src/api/api.cpp:419–422 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
417
418
template <class T>
419
static void destroy(T* x)
420
{
421
delete x; // NOLINT
422
}
423
424
// TODO: Move to interface preamble
425
template <class C, class D>
Callers
15
migraphx_optimals_destroy
Function · 0.85
migraphx_dynamic_dimension_destroy
Function · 0.85
migraphx_dynamic_dimensions_destroy
Function · 0.85
migraphx_shape_destroy
Function · 0.85
migraphx_argument_destroy
Function · 0.85
migraphx_target_destroy
Function · 0.85
migraphx_program_parameter_shapes_destroy
Function · 0.85
migraphx_program_parameters_destroy
Function · 0.85
migraphx_arguments_destroy
Function · 0.85
migraphx_shapes_destroy
Function · 0.85
migraphx_instruction_destroy
Function · 0.85
migraphx_instructions_destroy
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected