@Namespace(value="tensorflow::ops") @NoOffset public static class tensorflow.QuantizedBiasAdd extends Pointer
Output output
* Output min_out: The float value that the lowest quantized output value represents.
* Output max_out: The float value that the highest quantized output value represents.Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator| Constructor and Description |
|---|
QuantizedBiasAdd(Pointer p)
Pointer cast constructor.
|
QuantizedBiasAdd(tensorflow.Scope scope,
tensorflow.Input input,
tensorflow.Input bias,
tensorflow.Input min_input,
tensorflow.Input max_input,
tensorflow.Input min_bias,
tensorflow.Input max_bias,
int out_type) |
| Modifier and Type | Method and Description |
|---|---|
tensorflow.Output |
max_out() |
tensorflow.QuantizedBiasAdd |
max_out(tensorflow.Output max_out) |
tensorflow.Output |
min_out() |
tensorflow.QuantizedBiasAdd |
min_out(tensorflow.Output min_out) |
tensorflow.Operation |
operation() |
tensorflow.QuantizedBiasAdd |
operation(tensorflow.Operation operation) |
tensorflow.Output |
output() |
tensorflow.QuantizedBiasAdd |
output(tensorflow.Output output) |
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 QuantizedBiasAdd(Pointer p)
Pointer.Pointer(Pointer).public QuantizedBiasAdd(@Const @ByRef tensorflow.Scope scope, @ByVal tensorflow.Input input, @ByVal tensorflow.Input bias, @ByVal tensorflow.Input min_input, @ByVal tensorflow.Input max_input, @ByVal tensorflow.Input min_bias, @ByVal tensorflow.Input max_bias, @Cast(value="tensorflow::DataType") int out_type)
@ByRef public tensorflow.Operation operation()
public tensorflow.QuantizedBiasAdd operation(tensorflow.Operation operation)
@ByRef public tensorflow.Output output()
public tensorflow.QuantizedBiasAdd output(tensorflow.Output output)
@ByRef public tensorflow.Output min_out()
public tensorflow.QuantizedBiasAdd min_out(tensorflow.Output min_out)
@ByRef public tensorflow.Output max_out()
public tensorflow.QuantizedBiasAdd max_out(tensorflow.Output max_out)
Copyright © 2019. All rights reserved.