Searched refs:conv2d_backprop_input (Results 1 – 12 of 12) sorted by relevance
139 input_gradient_op = nn_ops.conv2d_backprop_input(
932 conv = nn_ops.conv2d_backprop_input(967 conv = nn_ops.conv2d_backprop_input(1550 c = nn_ops.conv2d_backprop_input(2629 nn_ops.conv2d_backprop_input([32, 20, 20, 3],
141 out = tf.compat.v1.nn.conv2d_backprop_input(
101 tf.compat.v1.nn.conv2d_backprop_input(
2055 result = gen_nn_ops.conv2d_backprop_input(2357 def conv2d_backprop_input( # pylint: disable=redefined-builtin,dangerous-default-value function2415 return gen_nn_ops.conv2d_backprop_input(2570 return gen_nn_ops.conv2d_backprop_input(2760 value = gen_nn_ops.conv2d_backprop_input(
72 gen_nn_ops.conv2d_backprop_input(587 gen_nn_ops.conv2d_backprop_input(
295 out = gen_nn_ops.conv2d_backprop_input(
84 name: "conv2d_backprop_input"
244 auto conv2d_backprop_input = ops::Conv2DBackpropInput( in CreateSimpleConv2DBackpropInput() local248 ops::Identity(scope.WithOpName("output"), conv2d_backprop_input); in CreateSimpleConv2DBackpropInput()
1520 func @conv2d_backprop_input(%arg0: tensor<4xi32>, %arg1: tensor<3x3x1x32xf32>, %arg2: tensor<15x14x…1526 // CHECK-LABEL: conv2d_backprop_input
429 return nn.conv2d_backprop_input(
3668 // CHECK-LABEL: @conv2d_backprop_input3669 func @conv2d_backprop_input(