LostTech.TensorFlow : API Documentation

Type PForTestCase

Namespace tensorflow.python.ops.parallel_for.test_util

Parent TestCase

Interfaces IPForTestCase

Public instance methods

void run_and_assert_equal(IEnumerable<IGraphNodeBase> targets1, IDictionary<object, object> targets2)

void run_and_assert_equal(IEnumerable<IGraphNodeBase> targets1, IEnumerable<IGraphNodeBase> targets2)

void run_and_assert_equal(IEnumerable<IGraphNodeBase> targets1, IGraphNodeBase targets2)

void run_and_assert_equal(IEnumerable<IGraphNodeBase> targets1, object targets2)

void run_and_assert_equal(object targets1, IDictionary<object, object> targets2)

void run_and_assert_equal(object targets1, IEnumerable<IGraphNodeBase> targets2)

void run_and_assert_equal(object targets1, IGraphNodeBase targets2)

void run_and_assert_equal(object targets1, object targets2)

object run_and_assert_equal_dyn(object targets1, object targets2)

Public properties

object assertItemsEqual get; set;

object PythonObject get;