Public static methods
object decode_csv(IGraphNodeBase records, IEnumerable<IGraphNodeBase> record_defaults, string field_delim, bool use_quote_delim, string na_value, object select_cols, string name)
Tensor decode_raw(ndarray input_bytes, DType out_type, bool little_endian, Nullable<int> fixed_length, string name)
Tensor decode_raw(IEnumerable<object> input_bytes, DType out_type, bool little_endian, Nullable<int> fixed_length, string name)
IDictionary<object, object> parse_example(IDictionary<object, object> serialized, IDictionary<string, object> features, object example_names, string name)
IDictionary<object, object> parse_example(IEnumerable<object> serialized, IDictionary<string, object> features, object example_names, string name)
IDictionary<object, object> parse_example(ValueTuple<PythonClassContainer, PythonClassContainer> serialized, IDictionary<string, object> features, object example_names, string name)
IDictionary<object, object> parse_example(IGraphNodeBase serialized, IDictionary<string, object> features, object example_names, string name)
Public properties