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

Method compute_shape

test/eval_test.cpp:85–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83 }
84
85 migraphx::shape compute_shape(std::vector<migraphx::shape> inputs) const
86 {
87 if(inputs.empty())
88 return {};
89 return inputs.front();
90 }
91 std::vector<std::size_t> output_alias(const std::vector<migraphx::shape>&) const { return {0}; }
92};
93

Callers

nothing calls this directly

Calls 2

frontMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected