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

Method name

src/shape.cpp:254–266  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254std::string shape::name(shape::type_t t)
255{
256 switch(t)
257 {
258 case tuple_type: return "tuple_type";
259 case fp4x2_type: return "fp4x2_type";
260#define MIGRAPHX_SHAPE_GENERATE_TYPE_NAME_CASE(x, t) \
261 case x: return #x;
262 MIGRAPHX_SHAPE_VISIT_TYPES(MIGRAPHX_SHAPE_GENERATE_TYPE_NAME_CASE)
263#undef MIGRAPHX_SHAPE_GENERATE_TYPE_NAME_CASE
264 }
265 MIGRAPHX_THROW("Invalid type");
266}
267
268std::string shape::cpp_type(shape::type_t t)
269{

Callers 15

applyMethod · 0.45
propagate_quantized_insFunction · 0.45
applyMethod · 0.45
applyMethod · 0.45
compare_literalsFunction · 0.45
applyMethod · 0.45
is_any_input_int4Function · 0.45
remove_zero_pointFunction · 0.45
make_onnx_json_nodeFunction · 0.45
make_ins_uidsFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected