Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Druntime_conv2d_mkl.cc125 auto conv1_weights_memory = user_weights_memory; in MKLConvImpl() local
128 conv1_weights_memory = memory(conv1_prim_desc.weights_primitive_desc()); in MKLConvImpl()
129 net.push_back(reorder(user_weights_memory, conv1_weights_memory)); in MKLConvImpl()
143 conv1_weights_memory, conv1_dst_memory)); in MKLConvImpl()