@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.QuantizedAdd extends Pointer
x value represents.
* max_x: The float value that the highest quantized x value represents.
* min_y: The float value that the lowest quantized y value represents.
* max_y: The float value that the highest quantized y value represents.
Returns:
* Output z
* Output min_z: The float value that the lowest quantized output value represents.
* Output max_z: The float value that the highest quantized output value represents.
*NOTE*: QuantizedAdd supports limited forms of broadcasting. More about
broadcasting [here](http://docs.scipy.org/doc/numpy/user/basics.broadcasting.html)| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.QuantizedAdd.Attrs
Optional attribute setters for QuantizedAdd
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
QuantizedAdd(Pointer p)
Pointer cast constructor.
|
QuantizedAdd(tensorflow.Scope scope,
tensorflow.Input x,
tensorflow.Input y,
tensorflow.Input min_x,
tensorflow.Input max_x,
tensorflow.Input min_y,
tensorflow.Input max_y) |
QuantizedAdd(tensorflow.Scope scope,
tensorflow.Input x,
tensorflow.Input y,
tensorflow.Input min_x,
tensorflow.Input max_x,
tensorflow.Input min_y,
tensorflow.Input max_y,
tensorflow.QuantizedAdd.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Output |
max_z() |
tensorflow.QuantizedAdd |
max_z(tensorflow.Output max_z) |
tensorflow.Output |
min_z() |
tensorflow.QuantizedAdd |
min_z(tensorflow.Output min_z) |
tensorflow.Operation |
operation() |
tensorflow.QuantizedAdd |
operation(tensorflow.Operation operation) |
static tensorflow.QuantizedAdd.Attrs |
Toutput(int x) |
tensorflow.Output |
z() |
tensorflow.QuantizedAdd |
z(tensorflow.Output z) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic QuantizedAdd(Pointer p)
Pointer.Pointer(Pointer).public QuantizedAdd(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input x, @ByVal tensorflow.Input y, @ByVal tensorflow.Input min_x, @ByVal tensorflow.Input max_x, @ByVal tensorflow.Input min_y, @ByVal tensorflow.Input max_y)
public QuantizedAdd(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input x, @ByVal tensorflow.Input y, @ByVal tensorflow.Input min_x, @ByVal tensorflow.Input max_x, @ByVal tensorflow.Input min_y, @ByVal tensorflow.Input max_y, @Const @ByRef tensorflow.QuantizedAdd.Attrs attrs)
@ByVal public static tensorflow.QuantizedAdd.Attrs Toutput(@Cast(value="tensorflow::DataType") int x)
@ByRef public tensorflow.Operation operation()
public tensorflow.QuantizedAdd operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output z()
public tensorflow.QuantizedAdd z(tensorflow.Output z)
@ByRef public tensorflow.Output min_z()
public tensorflow.QuantizedAdd min_z(tensorflow.Output min_z)
@ByRef public tensorflow.Output max_z()
public tensorflow.QuantizedAdd max_z(tensorflow.Output max_z)
Copyright © 2019. All rights reserved.