LostTech.TensorFlow : API Documentation
Public static methods
void atomic_write_string_to_file(object filename, string contents, bool overwrite)
object atomic_write_string_to_file_dyn(object filename, object contents, ImplicitContainer<T> overwrite)
bool filecmp(ndarray filename_a, object filename_b)
bool filecmp(string filename_a, object filename_b)
object filecmp_dyn(object filename_a, object filename_b)
object read_file_to_string(object filename, bool binary_mode)
void write_string_to_file(string filename, string file_content)
object write_string_to_file_dyn(object filename, object file_content)
Public properties