Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dfake_learned_scale_quant_perlayer_impl.cu24 __global__ void FakeLearnedScaleQuantPerLayer(float *output, const int size, float *input_alpha, in FakeLearnedScaleQuantPerLayer() function
/third_party/mindspore/mindspore/ops/operations/
D_quant_ops.py183 class FakeLearnedScaleQuantPerLayer(PrimitiveWithInfer): class