LostTech.TensorFlow : API Documentation

Type session_bundle

Namespace tensorflow.contrib.session_bundle.session_bundle

Public static methods

ValueTuple<Session, object> load_session_bundle_from_path(object export_dir, string target, object config, object meta_graph_def)

object load_session_bundle_from_path_dyn(object export_dir, ImplicitContainer<T> target, object config, object meta_graph_def)

bool maybe_session_bundle_dir(string export_dir)

object maybe_session_bundle_dir_dyn(object export_dir)

Public properties

PythonFunctionContainer load_session_bundle_from_path_fn get;

PythonFunctionContainer maybe_session_bundle_dir_fn get;