LostTech.TensorFlow : API Documentation

Type templates

Namespace tensorflow.python.autograph.pyct.templates

Public static methods

IList<object> replace(string template, IDictionary<string, object> replacements)

object replace_as_expression(string template, IDictionary<string, object> replacements)

object replace_as_expression_dyn(object template, IDictionary<string, object> replacements)

object replace_dyn(object template, IDictionary<string, object> replacements)

Public properties

PythonFunctionContainer ContextAdjuster_fn get;

PythonFunctionContainer replace_as_expression_fn get;

PythonFunctionContainer replace_fn get;

PythonFunctionContainer ReplaceTransformer_fn get;