Searched defs:VarLenFeature (Results 1 – 3 of 3) sorted by relevance
49 struct VarLenFeature { struct50 string key;51 DataType dtype;52 string values_output_tensor_name;53 string indices_output_tensor_name;54 string shapes_output_tensor_name;
44 VarLenFeature = parsing_config.VarLenFeature variable
48 class VarLenFeature(collections.namedtuple("VarLenFeature", ["dtype"])): class