MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / infer_shape_fallible

Method infer_shape_fallible

src/core/impl/graph/static_infer_impl.cpp:845–847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

843}
844
845const TensorShape* StaticInferManagerImpl::infer_shape_fallible(Tag dest) {
846 return do_infer_shape(dest, true);
847}
848
849const DeviceTensorND& StaticInferManagerImpl::infer_value(Tag dest) {
850 return *do_infer_value(dest, false);

Callers 9

get_model_io_info_dftMethod · 0.45
split_into_cn2oprseqMethod · 0.45
update_output_shapesFunction · 0.45
divide_packsMethod · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36