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

Function has_finalize_op

tools/include/operation.hpp:447–454  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

445
446template <class T>
447auto has_finalize_op(const T&) -> decltype(has_finalize_op(rank<1>{},
448 std::declval<T&>(),
449 std::declval<context&>(),
450 std::declval<const shape&>(),
451 std::declval<std::vector<shape>>()))
452{
453 return {};
454}
455
456template <class T>
457auto compile_op(

Callers 1

has_finalizeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected