File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
keras/layers/preprocessing Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,12 +109,12 @@ class Hashing(base_layer.Layer):
109
109
bin, so the effective number of bins is `(num_bins - 1)` if `mask_value`
110
110
is set.
111
111
mask_value: A value that represents masked inputs, which are mapped to
112
- index 0. None means no mask term will be added and the
112
+ index 0. ` None` means no mask term will be added and the
113
113
hashing will start at index 0. Defaults to `None`.
114
114
salt: A single unsigned integer or None.
115
115
If passed, the hash function used will be SipHash64, with these values
116
116
used as an additional input (known as a "salt" in cryptography).
117
- These should be non-zero. If None, uses the FarmHash64 hash function.
117
+ These should be non-zero. If ` None` , uses the FarmHash64 hash function.
118
118
It also supports tuple/list of 2 unsigned integer numbers, see
119
119
reference paper for details. Defaults to `None`.
120
120
output_mode: Specification for the output of the layer. Values can bes
You can’t perform that action at this time.
0 commit comments