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

Method compute_shape

src/targets/gpu/logsoftmax.cpp:36–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34namespace gpu {
35
36shape hip_logsoftmax::compute_shape(const std::vector<shape>& inputs) const
37{
38 check_shapes{inputs, *this}.has(2).standard();
39 return op.normalize_compute_shape({inputs.at(0)});
40}
41
42argument
43hip_logsoftmax::compute(context& ctx, const shape&, const std::vector<argument>& args) const

Callers

nothing calls this directly

Calls 4

hasMethod · 0.80
atMethod · 0.80
standardMethod · 0.45

Tested by

no test coverage detected