MCPcopy Create free account
hub / github.com/ROCm/AMDMIGraphX / size

Method size

test/api/test_array_base.cpp:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30 array2() = default;
31 array2(std::initializer_list<int> x) : v(x) {}
32 std::size_t size() const { return v.size(); }
33 int operator[](std::size_t i) const { return v[i]; }
34};
35

Callers 15

get_onnx_operators_sizeFunction · 0.45
create_opFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
shuffle_moduleFunction · 0.45
reverse_moduleFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45
computeMethod · 0.45
compute_shapeMethod · 0.45
TEST_CASEFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected