LostTech.TensorFlow : API Documentation

Type compare

Namespace tensorflow.python.util.protobuf.compare

Public static methods

void assertProtoEqual(ProtoAssertions self, object a, object b, bool check_initialized, bool normalize_numbers, string msg)

void assertProtoEqual(PythonObjectContainer self, string a, string b, bool check_initialized, bool normalize_numbers, string msg)

void assertProtoEqual(PythonObjectContainer self, string a, object b, bool check_initialized, bool normalize_numbers, string msg)

void assertProtoEqual(PythonObjectContainer self, object a, object b, bool check_initialized, bool normalize_numbers, string msg)

void assertProtoEqual(TestCase self, string a, string b, bool check_initialized, bool normalize_numbers, string msg)

void assertProtoEqual(TestCase self, string a, object b, bool check_initialized, bool normalize_numbers, string msg)

void assertProtoEqual(PythonObjectContainer self, object a, string b, bool check_initialized, bool normalize_numbers, string msg)

void assertProtoEqual(TestCase self, object a, object b, bool check_initialized, bool normalize_numbers, string msg)

void assertProtoEqual(ProtoAssertions self, string a, string b, bool check_initialized, bool normalize_numbers, string msg)

void assertProtoEqual(ProtoAssertions self, string a, object b, bool check_initialized, bool normalize_numbers, string msg)

void assertProtoEqual(ProtoAssertions self, object a, string b, bool check_initialized, bool normalize_numbers, string msg)

void assertProtoEqual(TestCase self, object a, string b, bool check_initialized, bool normalize_numbers, string msg)

object assertProtoEqual_dyn(object self, object a, object b, ImplicitContainer<T> check_initialized, ImplicitContainer<T> normalize_numbers, object msg)

object NormalizeNumberFields(PythonClassContainer pb)

object NormalizeNumberFields(object pb)

object NormalizeNumberFields(string pb)

object NormalizeNumberFields_dyn(object pb)

bool ProtoEq(string a, string b)

bool ProtoEq(object a, string b)

object ProtoEq_dyn(object a, object b)

Public properties

PythonFunctionContainer assertProtoEqual_fn get;

PythonFunctionContainer NormalizeNumberFields_fn get;

PythonFunctionContainer ProtoAssertions_fn get;

PythonFunctionContainer ProtoEq_fn get;