aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/stream_executor/stream.h
diff options
context:
space:
mode:
authorGravatar A. Unique TensorFlower <gardener@tensorflow.org>2017-06-20 10:27:41 -0700
committerGravatar TensorFlower Gardener <gardener@tensorflow.org>2017-06-20 10:30:57 -0700
commit44cf398a79677edb44491473043a8f2d95babdac (patch)
tree30c47a932b700aa60d0da3ce2113af8d6bb2f090 /tensorflow/stream_executor/stream.h
parentc7c5e32fb79fff83814f15f347c7e85d36c221e0 (diff)
[SE] Support alpha scale in cudnnTransformTensor
PiperOrigin-RevId: 159578357
Diffstat (limited to 'tensorflow/stream_executor/stream.h')
-rw-r--r--tensorflow/stream_executor/stream.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tensorflow/stream_executor/stream.h b/tensorflow/stream_executor/stream.h
index b07d3021c9..2ab3f44af5 100644
--- a/tensorflow/stream_executor/stream.h
+++ b/tensorflow/stream_executor/stream.h
@@ -1655,7 +1655,7 @@ class Stream {
dnn::DataType input_type,
const DeviceMemoryBase &input_data,
const dnn::BatchDescriptor &output_desc,
- dnn::DataType output_type,
+ dnn::DataType output_type, float scale,
DeviceMemoryBase *output_data);
// The templated version of the above ThenTransformTensor. Useful when the