LostTech.TensorFlow : API Documentation

Type io

Namespace tensorflow.compat.v2.io

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)

object decode_csv_dyn(object records, object record_defaults, ImplicitContainer<T> field_delim, ImplicitContainer<T> use_quote_delim, ImplicitContainer<T> na_value, object select_cols, object 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)

Tensor decode_raw(IGraphNodeBase input_bytes, DType out_type, bool little_endian, Nullable<int> fixed_length, string name)

Tensor decode_raw(PythonClassContainer 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)

Tensor serialize_many_sparse(SparseTensor sp_input, ImplicitContainer<T> out_type, string name)

object serialize_many_sparse_dyn(object sp_input, ImplicitContainer<T> out_type, object name)

Tensor serialize_sparse(SparseTensor sp_input, ImplicitContainer<T> out_type, string name)

Tensor serialize_sparse(object sp_input, ImplicitContainer<T> out_type, string name)

object serialize_sparse_dyn(object sp_input, ImplicitContainer<T> out_type, object name)

Public properties

PythonFunctionContainer decode_csv_fn_ get;

PythonFunctionContainer decode_raw_fn get;

PythonFunctionContainer parse_example_fn_ get;

PythonFunctionContainer parse_single_example_fn_ get;

PythonFunctionContainer serialize_many_sparse_fn_ get;

PythonFunctionContainer serialize_sparse_fn_ get;