Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Ddepthwise_conv_op.cc398 Tensor reshaped_filter(/*type=*/dtype_); in Compute() local
400 context, reshaped_filter.CopyFrom(filter, shape), in Compute()
406 reshaped_filter, /*row_dilation=*/1, /*col_dilation=*/1, in Compute()
Ddepthwise_conv_grad_op.cc627 Tensor reshaped_filter(/*type=*/dtype_); in Compute() local
629 context, reshaped_filter.CopyFrom(filter, shape), in Compute()
635 reshaped_filter, /*row_dilation=*/1, /*col_dilation=*/1, in Compute()
1109 Tensor reshaped_filter(/*type=*/dtype_); in Compute() local
1111 context, reshaped_filter.CopyFrom(*filter_backprop, shape), in Compute()
1119 padding_, /*explicit_paddings=*/{}, &reshaped_filter, in Compute()
/external/tensorflow/tensorflow/compiler/xla/service/
Dconvolution_group_converter.cc360 auto reshaped_filter = in HandleConvolution() local
370 expanded_filter_shape, reshaped_filter, broadcast_dims)); in HandleConvolution()
/external/tensorflow/tensorflow/lite/experimental/micro/kernels/portable_optimized/
Ddepthwise_conv.cc154 int8* reshaped_filter = in DepthwiseConvOptimizedForFilterWidthEight() local
157 *reshaped_filter = (int32_t)(*current_filter) + filter_offset; in DepthwiseConvOptimizedForFilterWidthEight()