LostTech.TensorFlow : API Documentation

Type gen_decode_proto_ops

Namespace tensorflow.python.ops.gen_decode_proto_ops

Public static methods

object decode_proto_v2_eager_fallback(IGraphNodeBase bytes, Byte[] message_type, IEnumerable<Byte[]> field_names, IEnumerable<object> output_types, Byte[] descriptor_source, Byte[] message_format, bool sanitize, string name, Context ctx)

object decode_proto_v2_eager_fallback(IGraphNodeBase bytes, Byte[] message_type, IEnumerable<Byte[]> field_names, IEnumerable<object> output_types, Byte[] descriptor_source, string message_format, bool sanitize, string name, Context ctx)

object decode_proto_v2_eager_fallback(IGraphNodeBase bytes, Byte[] message_type, IEnumerable<Byte[]> field_names, IEnumerable<object> output_types, string descriptor_source, Byte[] message_format, bool sanitize, string name, Context ctx)

object decode_proto_v2_eager_fallback(IGraphNodeBase bytes, Byte[] message_type, IEnumerable<Byte[]> field_names, IEnumerable<object> output_types, string descriptor_source, string message_format, bool sanitize, string name, Context ctx)

object decode_proto_v2_eager_fallback(IGraphNodeBase bytes, string message_type, IEnumerable<Byte[]> field_names, IEnumerable<object> output_types, Byte[] descriptor_source, Byte[] message_format, bool sanitize, string name, Context ctx)

object decode_proto_v2_eager_fallback(IGraphNodeBase bytes, string message_type, IEnumerable<Byte[]> field_names, IEnumerable<object> output_types, Byte[] descriptor_source, string message_format, bool sanitize, string name, Context ctx)

object decode_proto_v2_eager_fallback(IGraphNodeBase bytes, string message_type, IEnumerable<Byte[]> field_names, IEnumerable<object> output_types, string descriptor_source, Byte[] message_format, bool sanitize, string name, Context ctx)

object decode_proto_v2_eager_fallback(IGraphNodeBase bytes, string message_type, IEnumerable<Byte[]> field_names, IEnumerable<object> output_types, string descriptor_source, string message_format, bool sanitize, string name, Context ctx)

object decode_proto_v2_eager_fallback_dyn(object bytes, object message_type, object field_names, object output_types, ImplicitContainer<T> descriptor_source, ImplicitContainer<T> message_format, ImplicitContainer<T> sanitize, object name, object ctx)

Public properties

PythonFunctionContainer decode_proto_v2_eager_fallback_fn get;