LostTech.TensorFlow : API Documentation

Type gen_encode_proto_ops

Namespace tensorflow.python.ops.gen_encode_proto_ops

Public static methods

object encode_proto_eager_fallback(IGraphNodeBase sizes, IEnumerable<object> values, IEnumerable<Byte[]> field_names, Byte[] message_type, Byte[] descriptor_source, string name, Context ctx)

object encode_proto_eager_fallback(IGraphNodeBase sizes, IEnumerable<object> values, IEnumerable<Byte[]> field_names, Byte[] message_type, string descriptor_source, string name, Context ctx)

object encode_proto_eager_fallback(IGraphNodeBase sizes, IEnumerable<object> values, IEnumerable<Byte[]> field_names, string message_type, Byte[] descriptor_source, string name, Context ctx)

object encode_proto_eager_fallback(IGraphNodeBase sizes, IEnumerable<object> values, IEnumerable<Byte[]> field_names, string message_type, string descriptor_source, string name, Context ctx)

object encode_proto_eager_fallback_dyn(object sizes, object values, object field_names, object message_type, ImplicitContainer<T> descriptor_source, object name, object ctx)

Public properties

PythonFunctionContainer encode_proto_eager_fallback_fn get;