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

Function compute_shape_op

tools/include/operation.hpp:133–138  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

131
132template <class T>
133auto compute_shape_op(rank<3>,
134 const T& x,
135 const std::vector<shape>& inputs) -> decltype(x.compute_shape(inputs))
136{
137 return x.compute_shape(inputs);
138}
139
140template <class T>
141auto compute_shape_op(rank<2>, const T& x, const std::vector<shape>& inputs)

Callers 2

mod_compute_shape_opFunction · 0.70
compute_shapeFunction · 0.70

Calls 5

normalize_attributesFunction · 0.85
compute_shapeMethod · 0.45
emptyMethod · 0.45
nameMethod · 0.45

Tested by

no test coverage detected