tensorflow::ops::QuantizedReshape

tensorflow::ops::QuantizedReshape

#include <array_ops.h>

Reshapes a quantized tensor as per the Reshape op.

Summary

```

Arguments:

  • scope: A Scope object
  • shape: Defines the shape of the output tensor.
  • input_min: The minimum value of the input.
  • input_max: The maximum value of the input.

Returns:

  • Output output
  • Output output_min: This value is copied from input_min.
  • Output output_max: This value is copied from input_max.
Constructors and Destructors
QuantizedReshape(const ::tensorflow::Scope & scope, ::tensorflow::Input tensor, ::tensorflow::Input shape, ::tensorflow::Input input_min, ::tensorflow::Input input_max)
Public attributes
output
output_max
output_min

Public attributes

output

::tensorflow::Output output

output_max

::tensorflow::Output output_max

output_min

::tensorflow::Output output_min

Public functions

QuantizedReshape

 QuantizedReshape(
  const ::tensorflow::Scope & scope,
  ::tensorflow::Input tensor,
  ::tensorflow::Input shape,
  ::tensorflow::Input input_min,
  ::tensorflow::Input input_max
)

© 2017 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 3.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/api_docs/cc/class/tensorflow/ops/quantized-reshape.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部