Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ROCm/AMDMIGraphX
/ clear
Method
clear
src/value.cpp:388–388 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
386
value& value::operator[](const std::string& pkey) { return *emplace(pkey, nullptr).first; }
387
388
void value::clear() { get_array_throw(x).clear(); }
389
void value::resize(std::size_t n)
390
{
391
if(not is_array())
Callers
15
TEST_CASE
Function · 0.45
TEST_CASE
Function · 0.45
clear_arguments
Method · 0.45
run_passes
Function · 0.45
get_transformed_shapes
Method · 0.45
try_trivial_direct_mapping
Method · 0.45
move_shortage_to_excess
Method · 0.45
remove_split_hidden_axes
Function · 0.45
remove_scalar_axis
Function · 0.45
generate
Method · 0.45
expose
Method · 0.45
hide
Method · 0.45
Calls
no outgoing calls
Tested by
1
TEST_CASE
Function · 0.36