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

Method compute

tools/api/api.cpp:374–378  ·  view source on GitHub ↗

TODO: Compute method with module_args

Source from the content-addressed store, hash-verified

372
373 // TODO: Compute method with module_args
374 argument
375 compute(migraphx::context ctx, migraphx::shape output_shape, std::vector<argument> inputs) const
376 {
377 return op.compute(std::move(ctx), std::move(output_shape), std::move(inputs));
378 }
379
380 std::vector<std::size_t> output_alias(std::vector<shape> inputs) const
381 {

Callers 2

compute_opFunction · 0.45
operation.hppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected