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

Function finalize_op

tools/include/operation.hpp:419–424  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

417
418template <class T>
419auto finalize_op(
420 rank<1>, T& x, context& ctx, const shape& output_shape, const std::vector<shape>& input)
421 -> decltype(x.finalize(auto_any_cast(ctx), output_shape, input), void())
422{
423 x.finalize(auto_any_cast(ctx), output_shape, input);
424}
425
426template <class T>
427void finalize_op(rank<0>, T&, context&, const shape&, const std::vector<shape>&)

Callers

nothing calls this directly

Calls 2

auto_any_castFunction · 0.85
finalizeMethod · 0.45

Tested by

no test coverage detected