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

Method compute_shape

tools/api/api.cpp:368–371  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

366 std::string name() const { return op.xobject.name; }
367
368 shape compute_shape(std::vector<shape> inputs) const
369 {
370 return op.compute_shape(std::move(inputs));
371 }
372
373 // TODO: Compute method with module_args
374 argument

Callers 3

compute_shape_opFunction · 0.45
mod_compute_shape_opFunction · 0.45
compute_shapeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected