LostTech.TensorFlow : API Documentation

Type WrappedFunction

Namespace tensorflow.python.eager.wrap_function

Parent ConcreteFunction

Interfaces IWrappedFunction

Public instance methods

WrappedFunction prune(IEnumerable<object> feeds, IDictionary<object, object> fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(Operation feeds, string fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(IGraphNodeBase feeds, IDictionary<object, object> fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(IGraphNodeBase feeds, IEnumerable<object> fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(IGraphNodeBase feeds, Operation fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(IGraphNodeBase feeds, IGraphNodeBase fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(IGraphNodeBase feeds, PythonClassContainer fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(Operation feeds, object fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(IGraphNodeBase feeds, object fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(PythonClassContainer feeds, IDictionary<object, object> fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(PythonClassContainer feeds, IEnumerable<object> fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(PythonClassContainer feeds, Operation fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(PythonClassContainer feeds, IGraphNodeBase fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(PythonClassContainer feeds, PythonClassContainer fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(PythonClassContainer feeds, object fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(IGraphNodeBase feeds, string fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(Operation feeds, PythonClassContainer fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(Operation feeds, IGraphNodeBase fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(Operation feeds, Operation fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(IEnumerable<object> feeds, IEnumerable<object> fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(IEnumerable<object> feeds, Operation fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(IEnumerable<object> feeds, IGraphNodeBase fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(IEnumerable<object> feeds, PythonClassContainer fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(IEnumerable<object> feeds, object fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(IEnumerable<object> feeds, string fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(ValueTuple feeds, IDictionary<object, object> fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(ValueTuple feeds, IEnumerable<object> fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(ValueTuple feeds, Operation fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(ValueTuple feeds, IGraphNodeBase fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(ValueTuple feeds, PythonClassContainer fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(ValueTuple feeds, object fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(ValueTuple feeds, string fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(Operation feeds, IDictionary<object, object> fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(Operation feeds, IEnumerable<object> fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

WrappedFunction prune(PythonClassContainer feeds, string fetches, string name, Nullable<ValueTuple<object, object>> input_signature)

object prune_dyn(object feeds, object fetches, object name, object input_signature)

Public properties

object captured_inputs get;

object captured_inputs_dyn get;

object function_def get;

object function_def_dyn get;

FuncGraph graph get;

object graph_dyn get;

IList<object> inputs get;

object inputs_dyn get;

Byte[] name get;

object name_dyn get;

object output_dtypes get;

object output_dtypes_dyn get;

object output_shapes get;

object output_shapes_dyn get;

IList<object> outputs get;

object outputs_dyn get;

object PythonObject get;

Nullable<ValueTuple<object, object>> structured_input_signature get;

object structured_input_signature_dyn get;

object structured_outputs get;

object structured_outputs_dyn get;