LostTech.TensorFlow : API Documentation
Public static methods
Tensor decode_and_crop_jpeg(IGraphNodeBase contents, IGraphNodeBase crop_window, int channels, int ratio, bool fancy_upscaling, bool try_recover_truncated, int acceptable_fraction, string dct_method, string name)
object decode_gif_dyn(object contents, object name)
Tensor decode_jpeg(IGraphNodeBase contents, Nullable<int> channels, int ratio, bool fancy_upscaling, bool try_recover_truncated, int acceptable_fraction, string dct_method, string name)
object decode_proto(IGraphNodeBase bytes, string message_type, IEnumerable<string> field_names, IEnumerable<DType> output_types, Byte[] descriptor_source, string message_format, bool sanitize, string name)
object decode_proto(IGraphNodeBase bytes, string message_type, IEnumerable<string> field_names, IEnumerable<DType> output_types, string descriptor_source, string message_format, bool sanitize, string name)
Tensor encode_jpeg(IGraphNodeBase image, string format, int quality, bool progressive, bool optimize_size, bool chroma_downsampling, string density_unit, int x_density, int y_density, string xmp_metadata, string name)
Tensor encode_jpeg(IGraphNodeBase image, string format, IGraphNodeBase quality, bool progressive, bool optimize_size, bool chroma_downsampling, string density_unit, int x_density, int y_density, string xmp_metadata, string name)
Tensor encode_proto(IGraphNodeBase sizes, IEnumerable<object> values, IEnumerable<string> field_names, string message_type, string descriptor_source, string name)
Tensor encode_proto(IGraphNodeBase sizes, IEnumerable<object> values, IEnumerable<string> field_names, string message_type, Byte[] descriptor_source, string name)
object encode_proto_dyn(object sizes, object values, object field_names, object message_type, ImplicitContainer<T> descriptor_source, object name)
Public properties