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

Function compute_shape

tools/include/operation.hpp:624–627  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

622 return op.compile(ctx, ctx, output_shape, input);
623}
624inline shape compute_shape(const operation& op, const std::vector<shape>& inputs)
625{
626 return op.compute_shape(inputs);
627}
628
629template <class T>
630inline auto compute_shape(const T& op,

Callers

nothing calls this directly

Calls 3

compute_shape_opFunction · 0.70
compute_shapeMethod · 0.45

Tested by

no test coverage detected