HomeSort by relevance Sort by last modified time
    Searched refs:filter_slice (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/tests/
depthwise_conv_op_test.py 49 filter_slice = filter_tensor[:, :, channel:channel+1, :]
51 convs.append(nn_ops.conv2d(input_slice, filter_slice,
  /external/tensorflow/tensorflow/compiler/xla/service/
convolution_group_converter.cc 503 auto filter_slice = add(HloInstruction::CreateSlice( local
521 conv_slice_shape, activation_slice, filter_slice,

Completed in 345 milliseconds