Home
last modified time | relevance | path

Searched refs:DecodeCSVAttr (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/go/op/
Dwrappers.go25333 type DecodeCSVAttr func(optionalAttr) type
25339 func DecodeCSVFieldDelim(value string) DecodeCSVAttr {
25351 func DecodeCSVUseQuoteDelim(value bool) DecodeCSVAttr {
25361 func DecodeCSVNaValue(value string) DecodeCSVAttr {
25369 func DecodeCSVSelectCols(value []int64) DecodeCSVAttr {
25389 …e *Scope, records tf.Output, record_defaults []tf.Output, optional ...DecodeCSVAttr) (output []tf.… argument