aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/stream.h
diff options
context:
space:
mode:
authorGravatar Vijay Vasudevan <vrv@google.com>2016-07-11 15:23:33 -0800
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2016-07-11 16:31:39 -0700
commit3f1b8870309040f819832e5599f1651d94f213cc (patch)
tree722a079ba9e18a9ffb42f6230265cb4d53392ae0 /tensorflow/stream_executor/stream.h
parentb2b44cea66d108e5108caba87218b68b797fddf1 (diff)
Automated rollback of change 127123966
Change: 127141513
Diffstat (limited to 'tensorflow/stream_executor/stream.h')
-rw-r--r--tensorflow/stream_executor/stream.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/tensorflow/stream_executor/stream.h b/tensorflow/stream_executor/stream.h
index 4d514804e5..dabc9f98e3 100644
--- a/tensorflow/stream_executor/stream.h
+++ b/tensorflow/stream_executor/stream.h
@@ -453,21 +453,6 @@ class Stream {
const DeviceMemory<float> &input_data,
DeviceMemory<float> *output_data);
- // Similar to ThenNormalize, but normalizes across feature maps and allows for
- // specifying the dimensions of the tensor.
- Stream &ThenNormalizeWithDimensions(
- const dnn::NormalizeDescriptor &normalize_descriptor,
- const dnn::BatchDescriptor &dimensions,
- const DeviceMemory<float> &input_data, DeviceMemory<float> *output_data);
-
- Stream &ThenNormalizeBackwardWithDimensions(
- const dnn::NormalizeDescriptor &normalize_descriptor,
- const dnn::BatchDescriptor &dimensions,
- const DeviceMemory<float> &raw_data,
- const DeviceMemory<float> &normalized_data,
- const DeviceMemory<float> &normalized_variable_gradient,
- DeviceMemory<float> *raw_variable_gradient);
-
Stream &ThenActivate(dnn::ActivationMode activation_mode,
const dnn::BatchDescriptor &dimensions,
const DeviceMemory<float> &input_data,