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

Function need_normalization_op

tools/include/operation.hpp:406–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

404
405template <class T>
406auto need_normalization_op(const T& x)
407 -> decltype(need_normalization_op(rank<1>{}, x, std::declval<std::vector<shape>>()))
408{
409 return {};
410}
411
412template <class T>
413std::vector<std::size_t> output_alias_op(const T&, const std::vector<shape>&)

Callers 1

need_normalizationFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected