Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tests/
Ddepthwise_conv_op_test.py49 filter_slice = filter_tensor[:, :, channel:channel+1, :]
51 convs.append(nn_ops.conv2d(input_slice, filter_slice,
/external/tensorflow/tensorflow/compiler/xla/service/
Dconvolution_group_converter.cc503 auto filter_slice = add(HloInstruction::CreateSlice( in HandleConvolution() local
521 conv_slice_shape, activation_slice, filter_slice, in HandleConvolution()