HomeSort by relevance Sort by last modified time
    Searched full:pscale_shift (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
mkl_fused_batch_norm_op.cc 661 float* pscale_shift = static_cast<float*>(mkl_buf_scale_shift); local
663 for (int i = 0; i < depth; i++) pscale_shift[i] = pscale[i];
    [all...]

Completed in 308 milliseconds