/home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-roccv/checkouts/latest/include/op_normalize.hpp Source File#
2 min read time
Applies to Linux
op_normalize.hpp
Go to the documentation of this file.
112 void operator()(hipStream_t stream, const Tensor& input, const Tensor& base, const Tensor& scale,
void operator()(hipStream_t stream, const Tensor &input, const Tensor &base, const Tensor &scale, const Tensor &output, float global_scale, float shift, float epsilon, uint32_t flags, const eDeviceType device=eDeviceType::GPU) const
Executes the Normalize operation on the given HIP stream.
~Normalize()
Destroy the Op Normalize object.
Definition: op_normalize.hpp:51
Normalize()
Constructs an OpNormalize object.
Definition: op_normalize.hpp:46
Definition: tensor.hpp:37
Definition: strided_data_wrap.hpp:33
eDeviceType
Describes the device type. Used to determine where Tensor data should be allocated and whether operat...
Definition: util_enums.h:69
@ GPU