MCPcopy Create free account
hub / github.com/CodingBeard/tfkg / LTextVectorization

Struct LTextVectorization

layer/TextVectorization.go:5–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3import tf "github.com/galeone/tensorflow/tensorflow/go"
4
5type LTextVectorization struct {
6 dtype DataType
7 inputs []Layer
8 maxTokens interface{}
9 name string
10 ngrams interface{}
11 outputMode string
12 outputSequenceLength interface{}
13 padToMaxTokens bool
14 shape tf.Shape
15 split string
16 standardize string
17 trainable bool
18 vocabulary interface{}
19 layerWeights []*tf.Tensor
20}
21
22func TextVectorization() *LTextVectorization {
23 return &LTextVectorization{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected