aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/compiler/xla/service/hlo_computation.h
diff options
context:
space:
mode:
authorGravatar Justin Lebar <jlebar@google.com>2018-02-01 21:34:18 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2018-02-02 10:28:02 -0800
commit3be90a490c31d5a8fad70713e059bbb3e723e664 (patch)
tree8ed60399e055c1cf917fede685ff1304230801c8 /tensorflow/compiler/xla/service/hlo_computation.h
parentd7fcf5a865570073569817fffafc07c8c74ec66d (diff)
Internal change
PiperOrigin-RevId: 184239740
Diffstat (limited to 'tensorflow/compiler/xla/service/hlo_computation.h')
-rw-r--r--tensorflow/compiler/xla/service/hlo_computation.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/tensorflow/compiler/xla/service/hlo_computation.h b/tensorflow/compiler/xla/service/hlo_computation.h
index 6436815f91..061c59abe5 100644
--- a/tensorflow/compiler/xla/service/hlo_computation.h
+++ b/tensorflow/compiler/xla/service/hlo_computation.h
@@ -224,15 +224,6 @@ class HloComputation {
tensorflow::gtl::ArraySlice<HloInstruction*> instructions_to_fuse,
HloInstruction::FusionKind fusion_kind);
- // Creates a fusion instruction that represents a backward convolution. This
- // is similar to CreateFusionInstruction but takes window and conv_dnums which
- // indicate the window and convolution dimension numbers of the backward
- // convolution.
- HloInstruction* CreateFusionInstructionForBackwardConvolution(
- tensorflow::gtl::ArraySlice<HloInstruction*> instructions_to_fuse,
- HloInstruction::FusionKind fusion_kind, const Window& window,
- const ConvolutionDimensionNumbers& conv_dnums);
-
// Create a deep copy of the given instruction and return the instruction
// producing the copied result. All instructions performing the copy are added
// to the computation. For array-shaped values, this method trivially returns