MCPcopy 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

386value& value::operator[](const std::string& pkey) { return *emplace(pkey, nullptr).first; }
387
388void value::clear() { get_array_throw(x).clear(); }
389void value::resize(std::size_t n)
390{
391 if(not is_array())

Callers 15

TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
clear_argumentsMethod · 0.45
run_passesFunction · 0.45
remove_split_hidden_axesFunction · 0.45
remove_scalar_axisFunction · 0.45
generateMethod · 0.45
exposeMethod · 0.45
hideMethod · 0.45

Calls

no outgoing calls

Tested by 1

TEST_CASEFunction · 0.36