Home
last modified time | relevance | path

Searched defs:FakeLearnedScaleQuantPerChannel (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dfake_learned_scale_quant_perchannel_impl.cu26 __global__ void FakeLearnedScaleQuantPerChannel(float *output, const int size, float *input_alpha, in FakeLearnedScaleQuantPerChannel() function
/third_party/mindspore/mindspore/ops/operations/
D_quant_ops.py332 class FakeLearnedScaleQuantPerChannel(PrimitiveWithInfer): class