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

Method name

test/include/basic_ops.hpp:235–235  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233struct nop
234{
235 std::string name() const { return "nop"; }
236 migraphx::argument compute(const migraphx::shape&, const std::vector<migraphx::argument>&) const
237 {
238 return {};

Callers 15

optimize_tfFunction · 0.45
compile_checkFunction · 0.45
validateMethod · 0.45
run_refMethod · 0.45
run_targetMethod · 0.45
is_compiled_gpu_moduleFunction · 0.45
is_compiled_fpga_moduleFunction · 0.45
is_compiled_cpu_moduleFunction · 0.45
is_compiled_ref_moduleFunction · 0.45
check_compiled_programFunction · 0.45
test_add_opFunction · 0.45
test_reduce_meanFunction · 0.45

Calls

no outgoing calls

Tested by 11

optimize_tfFunction · 0.36
is_compiled_gpu_moduleFunction · 0.36
is_compiled_fpga_moduleFunction · 0.36
is_compiled_cpu_moduleFunction · 0.36
is_compiled_ref_moduleFunction · 0.36
check_compiled_programFunction · 0.36
test_add_opFunction · 0.36
test_reduce_meanFunction · 0.36
test_instruction_opFunction · 0.36
read_rnn_onnxFunction · 0.36
optimize_onnxFunction · 0.36