LostTech.TensorFlow : API Documentation

Type model_analyzer

Namespace tensorflow.contrib.slim.model_analyzer

Public static methods

int analyze_ops(object graph, bool print_info)

object analyze_ops_dyn(object graph, ImplicitContainer<T> print_info)

ValueTuple<int, object> analyze_vars(object variables, bool print_info)

object analyze_vars_dyn(object variables, ImplicitContainer<T> print_info)

string tensor_description(object var)

object tensor_description_dyn(object var)

Public properties

PythonFunctionContainer analyze_ops_fn get;

PythonFunctionContainer analyze_vars_fn get;

PythonFunctionContainer tensor_description_fn get;