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

Function compute_shape

src/instruction.cpp:528–531  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

526}
527
528shape compute_shape(const operation& op, const std::vector<instruction_ref>& args)
529{
530 return op.compute_shape(to_shapes(args));
531}
532
533shape compute_shape(const operation& op,
534 const std::vector<instruction_ref>& args,

Callers 7

replaceMethod · 0.70
recompute_shapeMethod · 0.70
validMethod · 0.70
insert_instructionMethod · 0.70
replace_instructionMethod · 0.70
add_returnMethod · 0.70
replace_returnMethod · 0.70

Calls 3

to_shapesFunction · 0.70
compute_shapeMethod · 0.45
emptyMethod · 0.45

Tested by

no test coverage detected