Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_fused_batch_norm_op.cc423 U* diff_weights_data, U* res_space_data, in Execute() argument
440 static_cast<void*>(diff_weights_data), *bwd_stream); in Execute()
459 static_cast<void*>(diff_weights_data)); in Execute()
1266 U* diff_weights_data = static_cast<U*>(diff_weights.GetAllocatedBuffer()); in Compute() local
1277 weights_data, diff_src_data, diff_weights_data, in Compute()
1289 reinterpret_cast<char*>(diff_weights_data), in Compute()
1292 reinterpret_cast<char*>(diff_weights_data + depth_), in Compute()