LostTech.TensorFlow : API Documentation

Type TestCase

Namespace tensorflow.python.autograph.core.converter_testing

Parent TestCase

Interfaces ITestCase

Public instance methods

IContextManager<T> assertPrints(object expected_result)

object assertPrints_dyn(object expected_result)

void attach_namespace(object module, IDictionary<string, object> ns)

object attach_namespace_dyn(object module, IDictionary<string, object> ns)

IContextManager<T> compiled(object node, IDictionary<string, object> namespace, ImplicitContainer<T> symbols)

object compiled_dyn(object node, object namespace, ImplicitContainer<T> symbols)

IContextManager<T> converted(PythonFunctionContainer entity, ValueTuple<object> converter_module, IDictionary<object, object> namespace, ImplicitContainer<T> tf_symbols)

IContextManager<T> converted(PythonFunctionContainer entity, PythonModuleContainer converter_module, IDictionary<object, object> namespace, ImplicitContainer<T> tf_symbols)

object converted_dyn(object entity, object converter_module, object namespace, ImplicitContainer<T> tf_symbols)

object make_fake_mod(string name, Object[] symbols)

object make_fake_mod_dyn(object name, Object[] symbols)

ValueTuple<object, EntityContext> prepare(PythonFunctionContainer test_fn, IDictionary<string, PythonClassContainer> namespace, bool recursive)

object prepare_dyn(object test_fn, object namespace, ImplicitContainer<T> recursive)

Public properties

object assertItemsEqual get; set;

IList<ValueTuple<object, object>> dynamic_calls get; set;

object PythonObject get;