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

Function compile_op

tools/include/operation.hpp:457–462  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

455
456template <class T>
457auto compile_op(
458 rank<1>, T& x, context& ctx, const shape& output_shape, const std::vector<shape>& input)
459 -> decltype(x.compile(auto_any_cast(ctx), output_shape, input))
460{
461 return x.compile(auto_any_cast(ctx), output_shape, input);
462}
463
464template <class T>
465value compile_op(rank<0>, T&, context&, const shape&, const std::vector<shape>&)

Callers 1

TEST_CASEFunction · 0.50

Calls 2

auto_any_castFunction · 0.85
compileMethod · 0.45

Tested by

no test coverage detected