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

Method compute_shape

src/targets/gpu/lrn.cpp:31–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29namespace gpu {
30#if MIGRAPHX_USE_MIOPEN
31shape miopen_lrn::compute_shape(const std::vector<shape>& inputs) const
32{
33 check_shapes{inputs, *this}.has(2).not_broadcasted();
34 return inputs.at(1);
35}
36
37argument miopen_lrn::compute(context& ctx,
38 const shape& output_shape,

Callers 9

compute_shapeFunction · 0.45
try_compute_shapeFunction · 0.45
try_compute_shapeFunction · 0.45
remove_contiguousFunction · 0.45
compute_shapesMethod · 0.45
compute_dimsFunction · 0.45
size_t> compute_dimsMethod · 0.45
time_opFunction · 0.45
add_pooling_opFunction · 0.45

Calls 2

hasMethod · 0.80
atMethod · 0.80

Tested by

no test coverage detected