Searched defs:VarLenFeature (Results 1 – 2 of 2) sorted by relevance
48 struct VarLenFeature { struct49 string key;50 DataType dtype;51 string values_output_tensor_name;52 string indices_output_tensor_name;53 string shapes_output_tensor_name;
50 class VarLenFeature(collections.namedtuple("VarLenFeature", ["dtype"])): class