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.cc437 Tensor reshaped_filter(/*type=*/dtype_); in Compute() local
439 context, reshaped_filter.CopyFrom(filter, shape), in Compute()
445 reshaped_filter, /*row_dilation=*/1, /*col_dilation=*/1, in Compute()
Ddepthwise_conv_grad_op.cc668 Tensor reshaped_filter(/*type=*/dtype_); in Compute() local
670 context, reshaped_filter.CopyFrom(filter, shape), in Compute()
676 reshaped_filter, /*row_dilation=*/1, /*col_dilation=*/1, in Compute()
1165 Tensor reshaped_filter(/*type=*/dtype_); in Compute() local
1167 context, reshaped_filter.CopyFrom(*filter_backprop, shape), in Compute()
1176 padding_, explicit_paddings_, &reshaped_filter, data_format_); in Compute()
/external/tensorflow/tensorflow/compiler/xla/service/
Dconvolution_group_converter.cc460 auto reshaped_filter = in HandleConvolution() local
470 expanded_filter_shape, reshaped_filter, broadcast_dims)); in HandleConvolution()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc173 auto reshaped_filter = rewriter.create<mhlo::ReshapeOp>( in CreateConvOp() local
179 conv_op, conv_op.getType(), conv_op.lhs(), reshaped_filter, in CreateConvOp()