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

Method make_contiguous

src/tf/tf_parser.cpp:93–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93instruction_ref tf_parser::node_info::make_contiguous(instruction_ref ins) const
94{
95 if(ins->get_shape().standard())
96 return ins;
97 else
98 return mm->add_instruction(make_op("contiguous"), ins);
99}
100
101instruction_ref tf_parser::node_info::add_broadcastable_binary_op(const std::string& op_name,
102 instruction_ref arg0,

Callers 4

parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45
parseMethod · 0.45

Calls 4

make_opFunction · 0.50
standardMethod · 0.45
get_shapeMethod · 0.45
add_instructionMethod · 0.45

Tested by

no test coverage detected