Update API golden for tf.lookup.TextFileIndex

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang 2019-03-13 05:02:51 +00:00
parent 97ac4487c1
commit a887a0c389
4 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,16 @@
path: "tensorflow.lookup.TextFileIndex"
tf_class {
is_instance: "<class \'tensorflow.python.ops.lookup_ops.TextFileIndex\'>"
is_instance: "<type \'object\'>"
member {
name: "LINE_NUMBER"
mtype: "<type \'int\'>"
}
member {
name: "WHOLE_LINE"
mtype: "<type \'int\'>"
}
member_method {
name: "__init__"
}
}

View File

@ -12,6 +12,10 @@ tf_module {
name: "StaticVocabularyTable" name: "StaticVocabularyTable"
mtype: "<type \'type\'>" mtype: "<type \'type\'>"
} }
member {
name: "TextFileIndex"
mtype: "<type \'type\'>"
}
member { member {
name: "TextFileInitializer" name: "TextFileInitializer"
mtype: "<type \'type\'>" mtype: "<type \'type\'>"

View File

@ -0,0 +1,16 @@
path: "tensorflow.lookup.TextFileIndex"
tf_class {
is_instance: "<class \'tensorflow.python.ops.lookup_ops.TextFileIndex\'>"
is_instance: "<type \'object\'>"
member {
name: "LINE_NUMBER"
mtype: "<type \'int\'>"
}
member {
name: "WHOLE_LINE"
mtype: "<type \'int\'>"
}
member_method {
name: "__init__"
}
}

View File

@ -12,6 +12,10 @@ tf_module {
name: "StaticVocabularyTable" name: "StaticVocabularyTable"
mtype: "<type \'type\'>" mtype: "<type \'type\'>"
} }
member {
name: "TextFileIndex"
mtype: "<type \'type\'>"
}
member { member {
name: "TextFileInitializer" name: "TextFileInitializer"
mtype: "<type \'type\'>" mtype: "<type \'type\'>"