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

Method transpose

src/tf/parse_pad.cpp:36–36  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34struct parse_pad : op_parser<parse_pad>
35{
36 bool transpose() const { return true; }
37 std::vector<op_desc> operators() const { return {{"Pad"}}; }
38
39 instruction_ref parse(const op_desc& /*opd*/,

Callers 5

process_imageFunction · 0.45
mainFunction · 0.45
transpose_testFunction · 0.45
attentionFunction · 0.45
encoderMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected