Home
last modified time | relevance | path

Searched refs:GetBatchNormFwdPd (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_fused_batch_norm_op.cc143 std::shared_ptr<BatchNormFwdPd> GetBatchNormFwdPd() const { in GetBatchNormFwdPd() function in tensorflow::MklFusedBatchNormFwdPrimitive
787 bn_fwd->GetBatchNormFwdPd()->workspace_desc(); in Compute()
836 std::shared_ptr<BatchNormFwdPd> bn_fwd_pd = bn_fwd->GetBatchNormFwdPd(); in Compute()