@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.QuantizedRelu6 extends Pointer
min(max(features, 0), 6)
Arguments:
* scope: A Scope object
* min_features: The float value that the lowest quantized value represents.
* max_features: The float value that the highest quantized value represents.
Returns:
* Output activations: Has the same output shape as "features".
* Output min_activations: The float value that the lowest quantized value represents.
* Output max_activations: The float value that the highest quantized value represents.| Modifier and Type | Class and Description |
|---|---|
static class |
tensorflow.QuantizedRelu6.Attrs
Optional attribute setters for QuantizedRelu6
|
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
QuantizedRelu6(Pointer p)
Pointer cast constructor.
|
QuantizedRelu6(tensorflow.Scope scope,
tensorflow.Input features,
tensorflow.Input min_features,
tensorflow.Input max_features) |
QuantizedRelu6(tensorflow.Scope scope,
tensorflow.Input features,
tensorflow.Input min_features,
tensorflow.Input max_features,
tensorflow.QuantizedRelu6.Attrs attrs) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Output |
activations() |
tensorflow.QuantizedRelu6 |
activations(tensorflow.Output activations) |
tensorflow.Output |
max_activations() |
tensorflow.QuantizedRelu6 |
max_activations(tensorflow.Output max_activations) |
tensorflow.Output |
min_activations() |
tensorflow.QuantizedRelu6 |
min_activations(tensorflow.Output min_activations) |
tensorflow.Operation |
operation() |
tensorflow.QuantizedRelu6 |
operation(tensorflow.Operation operation) |
static tensorflow.QuantizedRelu6.Attrs |
OutType(int x) |
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 QuantizedRelu6(Pointer p)
Pointer.Pointer(Pointer).public QuantizedRelu6(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input features, @ByVal tensorflow.Input min_features, @ByVal tensorflow.Input max_features)
public QuantizedRelu6(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input features, @ByVal tensorflow.Input min_features, @ByVal tensorflow.Input max_features, @Const @ByRef tensorflow.QuantizedRelu6.Attrs attrs)
@ByVal public static tensorflow.QuantizedRelu6.Attrs OutType(@Cast(value="tensorflow::DataType") int x)
@ByRef public tensorflow.Operation operation()
public tensorflow.QuantizedRelu6 operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output activations()
public tensorflow.QuantizedRelu6 activations(tensorflow.Output activations)
@ByRef public tensorflow.Output min_activations()
public tensorflow.QuantizedRelu6 min_activations(tensorflow.Output min_activations)
@ByRef public tensorflow.Output max_activations()
public tensorflow.QuantizedRelu6 max_activations(tensorflow.Output max_activations)
Copyright © 2019. All rights reserved.