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

Method compute_shape

test/eval_test.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60 }
61
62 migraphx::shape compute_shape(std::vector<migraphx::shape> inputs) const
63 {
64 if(inputs.empty())
65 return {};
66 return inputs.front();
67 }
68 std::vector<std::size_t> output_alias(const std::vector<migraphx::shape>&) const { return {0}; }
69};
70

Callers 2

TEST_CASEFunction · 0.45
TEST_CASEFunction · 0.45

Calls 2

frontMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected