Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/cuda_impl/
Dfake_quant_perchannel_impl.cu86 __global__ void FakeQuantPerChannel(const float *input, float *output, const int total_size, const … in FakeQuantPerChannel() function
/third_party/mindspore/mindspore/ops/operations/
D_quant_ops.py873 class FakeQuantPerChannel(PrimitiveWithInfer): class