LostTech.TensorFlow : API Documentation

Type LayerCall

Namespace tensorflow.python.keras.saving.saved_model.save

Parent Function

Interfaces ILayerCall

Public static methods

LayerCall NewDyn(object call_collection, object python_function, IDictionary<string, object> kwargs, Object[] args)

LayerCall NewDyn(object call_collection, object python_function, Object[] args)

Public properties

LayerCallCollection call_collection get; set;

bool experimental_relax_shapes get; set;

FunctionSpec function_spec get;

object function_spec_dyn get;

object input_signature get;

object input_signature_dyn get;

Delegate original_call get; set;

object python_function get;

object python_function_dyn get;

object PythonObject get;